mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1007881 - Dropdown is too narrow in the in-content preferences. r=jaws
This commit is contained in:
parent
e0c0b2aa86
commit
60c2950910
@ -29,6 +29,13 @@ menulist:not([editable="true"]) > .menulist-dropmarker {
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
menulist > menupopup menu,
|
||||
menulist > menupopup menuitem,
|
||||
button[type="menu"] > menupopup menu,
|
||||
button[type="menu"] > menupopup menuitem {
|
||||
-moz-padding-end: 34px;
|
||||
}
|
||||
|
||||
.help-button > .button-box > .button-icon {
|
||||
-moz-margin-start: 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user