Don't set static line-height on clicky items
This commit is contained in:
parent
63e492261d
commit
40cc55757b
1 changed files with 4 additions and 1 deletions
|
@ -96,6 +96,10 @@
|
|||
background-color: var(--fill-quarternary);
|
||||
}
|
||||
|
||||
.icon {
|
||||
height: calc(1.3333333333 * var(--zotero-font-size));
|
||||
}
|
||||
|
||||
.label {
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
|
@ -103,7 +107,6 @@
|
|||
width: 0; // Needed to allow the label to shrink for some reason
|
||||
flex: 1;
|
||||
overflow: hidden;
|
||||
line-height: 16px;
|
||||
}
|
||||
|
||||
.icon, .label {
|
||||
|
|
Loading…
Reference in a new issue