UX: Input adjustments for category setting modal (tags tab)

This commit is contained in:
Kris 2020-03-04 14:48:22 -05:00
parent 0e3e32f06c
commit 6afeb91a4d
1 changed files with 26 additions and 0 deletions

View File

@ -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;