Fix invalid CSS selector on Windows
I didn't check whether this affects anything. The rule was being ignored previously.
This commit is contained in:
parent
1e20c8cb53
commit
8941e610e0
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ row > vbox
|
|||
padding-bottom: 0 !important;
|
||||
}
|
||||
|
||||
row vbox[fieldname],
|
||||
row vbox[fieldname]
|
||||
{
|
||||
margin-left: 1px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue