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:
Emilio Cobos Álvarez 2023-06-05 20:07:23 +00:00
parent 6e03e7b110
commit e9436e31f6

View File

@ -672,6 +672,7 @@ menulist[popuponly] {
height: 0 !important;
min-height: 0 !important;
border: 0 !important;
padding: 0 !important;
}
/********** splitter **********/