Fix empty single autocomplete row (fixed originally in r5179, accidentally reverted in r5596)
This commit is contained in:
parent
2d19dd6885
commit
4e677668aa
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue