mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 08:12:05 +00:00
Bug 1836473 - menulist[popuponly] rule should also remove padding. r=Gijs, a=RyanVM
Otherwise menulists might unexpectedly appear. This is an issue for Thunderbird. Trying to switch printers in a print dialog causes stuff to shift in current Thunderbird Daily. Differential Revision: https://phabricator.services.mozilla.com/D179811
This commit is contained in:
parent
6e03e7b110
commit
e9436e31f6
@ -672,6 +672,7 @@ menulist[popuponly] {
|
||||
height: 0 !important;
|
||||
min-height: 0 !important;
|
||||
border: 0 !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
/********** splitter **********/
|
||||
|
Loading…
Reference in New Issue
Block a user