UX: Keep mobile composer category and tag inputs on one line

This commit is contained in:
Kris 2020-02-17 13:55:04 -05:00
parent 708190802c
commit 1e20bdec57

View File

@ -182,7 +182,6 @@
.with-tags {
.category-input {
flex-basis: auto;
flex: 1 0 0px;
margin: 0;
width: 45%;
@ -196,6 +195,21 @@
margin-bottom: 5px;
z-index: z("base");
}
.selected-name {
overflow: hidden;
.name {
@include ellipsis;
font-size: $font-down-1;
.badge-wrapper {
font-size: $font-0;
}
}
}
.title-and-category .select-kit {
min-width: unset;
}
}
.title-input,