Bug 1028828 - fix cut-off descenders on Windows in toolbarpalette, r=mconley

This commit is contained in:
Gijs Kruitbosch 2015-01-14 23:23:55 +00:00
parent 274ba7077d
commit d7cfcc9571

View File

@ -1169,7 +1169,9 @@ toolbarpaletteitem[dragover] {
toolbarpaletteitem[place="palette"] { toolbarpaletteitem[place="palette"] {
width: 10em; 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; margin-bottom: 5px;
overflow: hidden; overflow: hidden;
display: inline-block; display: inline-block;