Merge pull request #830 from nlegoff/fix_1611

[3.8]  Fix #1611 CSS issue with user list
This commit is contained in:
Romain Neutron
2013-12-09 04:17:33 -08:00

View File

@@ -258,7 +258,7 @@
.ui-autocomplete li.list-item { .ui-autocomplete li.list-item {
width:280px; width:280px;
height:45px; min-height:45px;
display:block; display:block;
} }