mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1028828 - fix cut-off descenders on Windows in toolbarpalette, r=mconley
This commit is contained in:
parent
274ba7077d
commit
d7cfcc9571
@ -1169,7 +1169,9 @@ toolbarpaletteitem[dragover] {
|
||||
|
||||
toolbarpaletteitem[place="palette"] {
|
||||
width: 10em;
|
||||
height: calc(40px + 2em);
|
||||
/* icon (32) + margin (2 * 4) + button padding/border (2 * 4) + label margin (~2) + label
|
||||
* line-height (1.5em): */
|
||||
height: calc(50px + 1.5em);
|
||||
margin-bottom: 5px;
|
||||
overflow: hidden;
|
||||
display: inline-block;
|
||||
|
Loading…
Reference in New Issue
Block a user