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:
parent
ee4c4de059
commit
e5a557369b
|
@ -240,6 +240,8 @@ select {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
margin-left: 1ex;
|
margin-left: 1ex;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
position: relative;
|
||||||
|
top: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.entry.usercss .style-name-link::after {
|
.entry.usercss .style-name-link::after {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user