From 40cc55757ba59ad1b1448c5cf650826bf949eba1 Mon Sep 17 00:00:00 2001 From: Abe Jellinek Date: Wed, 17 Jan 2024 12:04:29 -0800 Subject: [PATCH] Don't set static line-height on clicky items --- scss/abstracts/_mixins.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scss/abstracts/_mixins.scss b/scss/abstracts/_mixins.scss index 62d8847d40..c20f35e547 100644 --- a/scss/abstracts/_mixins.scss +++ b/scss/abstracts/_mixins.scss @@ -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 {