diff --git a/app/assets/stylesheets/mobile/compose.scss b/app/assets/stylesheets/mobile/compose.scss index 3919886d807..f4062f52414 100644 --- a/app/assets/stylesheets/mobile/compose.scss +++ b/app/assets/stylesheets/mobile/compose.scss @@ -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,