widen @name autocomplete dialog 20%

This commit is contained in:
Jeff Atwood 2013-07-15 00:42:02 -07:00
parent 906d1bc7c8
commit 52fa9a5453

View File

@ -73,7 +73,7 @@
.autocomplete {
z-index: 999999;
position: absolute;
width: 200px;
width: 240px;
background-color: $white;
border: 1px solid $gray;
ul {