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);
|
background-color: var(--fill-quarternary);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icon {
|
||||||
|
height: calc(1.3333333333 * var(--zotero-font-size));
|
||||||
|
}
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
|
@ -103,7 +107,6 @@
|
||||||
width: 0; // Needed to allow the label to shrink for some reason
|
width: 0; // Needed to allow the label to shrink for some reason
|
||||||
flex: 1;
|
flex: 1;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
line-height: 16px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon, .label {
|
.icon, .label {
|
||||||
|
|
Loading…
Reference in a new issue