diff --git a/app/assets/stylesheets/common/base/modal.scss b/app/assets/stylesheets/common/base/modal.scss index e24acf027fa..a2944531818 100644 --- a/app/assets/stylesheets/common/base/modal.scss +++ b/app/assets/stylesheets/common/base/modal.scss @@ -457,6 +457,32 @@ } } +.edit-category-tab-tags { + .select-kit { + &.tag-chooser { + width: 100%; + + .select-kit-filter, + .filter-input { + display: flex; + flex: 1 0 250px; + } + + .mobile-view & { + .no-content, + .is-loading, + &.select-kit.is-expanded .select-kit-collection { + width: 95%; + } + } + } + } +} + +#category-min-tags-from-group { + min-height: 36px; +} + .incoming-email-modal { .btn { transition: none;