Don't set static line-height on clicky items

This commit is contained in:
Abe Jellinek 2024-01-17 12:04:29 -08:00 committed by Dan Stillman
parent 63e492261d
commit 40cc55757b

View file

@ -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 {