Fix empty single autocomplete row (fixed originally in r5179, accidentally reverted in r5596)

This commit is contained in:
Dan Stillman 2010-11-09 19:34:18 +00:00
parent 2d19dd6885
commit 4e677668aa

View file

@ -92,7 +92,7 @@ row hbox label:first-child
margin-right: 1px;
}
row label, row > vbox[fieldname]
row > label, row > vbox[fieldname]
{
margin-top: 1px !important;
margin-bottom: 1px !important;