vertically center the labels

this also fixes the bug with covering the descender in letters like "g" when the label is shown in the second row of a style name due to wrapping
This commit is contained in:
tophf 2018-07-30 11:45:33 +03:00
parent ee4c4de059
commit e5a557369b

View File

@ -240,6 +240,8 @@ select {
border-radius: 4px;
margin-left: 1ex;
white-space: nowrap;
position: relative;
top: 2px;
}
.entry.usercss .style-name-link::after {