From 1e20bdec577650e77fa3e848e74681e512779789 Mon Sep 17 00:00:00 2001 From: Kris Date: Mon, 17 Feb 2020 13:55:04 -0500 Subject: [PATCH] UX: Keep mobile composer category and tag inputs on one line --- app/assets/stylesheets/mobile/compose.scss | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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,