From ef89b2df7ae9cf2a53d56ac23b237fc4f31c71f0 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 2 Jul 2024 05:05:53 -0400 Subject: [PATCH] Increase height and fix min-height on tag selector Addresses #4186 --- scss/components/_tagSelector.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/components/_tagSelector.scss b/scss/components/_tagSelector.scss index b37bde2d92..ae0be4ec43 100644 --- a/scss/components/_tagSelector.scss +++ b/scss/components/_tagSelector.scss @@ -3,6 +3,7 @@ // -------------------------------------------------- #zotero-tag-selector-container { display: flex; + min-height: 100px; } #zotero-tag-selector-container[collapsed=true] { @@ -10,7 +11,6 @@ } #zotero-tag-selector { - min-height: 100px; width: 100%; display: flex; height: 100%; @@ -28,7 +28,7 @@ justify-content: space-between; display: flex; overflow: hidden; - height: 100px; + height: 163px; // 200 - height of filter pane } .tag-selector-list-container > div {