From fe47cbe8050a824eaf00c8e41fa6a5bc106db27f Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 12 Jun 2024 00:32:08 -0400 Subject: [PATCH] Adjust menu widths in advanced search Addresses #4190 --- scss/elements/_zoteroSearch.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/scss/elements/_zoteroSearch.scss b/scss/elements/_zoteroSearch.scss index cbc8400562..5a23478bdc 100644 --- a/scss/elements/_zoteroSearch.scss +++ b/scss/elements/_zoteroSearch.scss @@ -42,11 +42,15 @@ zoterosearch { } #joinModeMenu { - min-width: 100px; + min-width: 60px; + } + + #conditionsmenu { + min-width: 15em; } #operatorsmenu { - width: 15em; + min-width: 13em; } #condition-tooltips tooltip