Skip to content

Commit

Permalink
fixes #2129 only adjust selectize box height on picture_modify and ba…
Browse files Browse the repository at this point in the history
…tch_manager/unit
  • Loading branch information
plegall committed Mar 6, 2024
1 parent e57b8b8 commit 179a69c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion admin/themes/default/theme.css
Expand Up @@ -6228,7 +6228,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;
Expand Down

0 comments on commit 179a69c

Please sign in to comment.