From e27cc863cb253eaf135b56757ee0982e2cef63a4 Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 6 Mar 2024 12:39:03 +0100 Subject: [PATCH] (cp 179a69cbf) fixes #2129 only adjust selectize box height on picture_modify and batch_manager/unit --- admin/themes/default/theme.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 60f680eb7..15d13c4ae 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -6224,7 +6224,10 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; #action_title .large, #action_author .large {padding: 12px 10px; border: 1px solid #787777a6;margin-bottom: 8px;} #action_add_tags .selectize-input.items.not-full.has-options, #action_add_tags .selectize-input.items.not-full.has-options.focus.input-active.dropdown-active, .selectize-input.items.not-full, .selectize-input.items.full { - padding: 10px 10px; box-shadow: none; border-radius: 0px; border: 1px solid #787777a6; + padding: 10px 10px; height: 45px; box-shadow: none; border-radius: 0px; border: 1px solid #787777a6; +} + +#pictureModify .selectize-input.items.not-full, .elementEdit .selectize-input.items.not-full { height: auto !important; min-height: 45px; max-height: 184px;