diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css index aa990189..b051228b 100644 --- a/templates/2k11/admin/style.css +++ b/templates/2k11/admin/style.css @@ -1272,6 +1272,11 @@ summary { min-width: 20em; } +#edit_entry_metadata #categoryfilter { + max-width: 16em; + min-width: 0; +} + .user_level { display: block; } @@ -3224,6 +3229,11 @@ img.mfp-img { .js .configuration_group .media_choose input { max-width: 42.5%; } + + #edit_entry_metadata #categoryfilter { + max-width: 22em; + min-width: 0; + } } @media only screen and (min-width: 1600px) {