From 3d5ff23b16b4c3c1cc63109d44f5c900d60aa60b Mon Sep 17 00:00:00 2001 From: Penar Musaraj Date: Wed, 6 Oct 2021 14:58:08 -0400 Subject: [PATCH] UX: Fix alignment of composer when tags are disabled (#14535) --- app/assets/stylesheets/common/base/compose.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/base/compose.scss b/app/assets/stylesheets/common/base/compose.scss index 78d2d938d8a..5302f5a90d7 100644 --- a/app/assets/stylesheets/common/base/compose.scss +++ b/app/assets/stylesheets/common/base/compose.scss @@ -223,7 +223,7 @@ display: flex; flex: 1 0 40%; max-width: 40%; - margin: 0 0 0 10px; + margin: 0 0 5px 10px; @media screen and (max-width: 955px) { flex: 1 0 100%; margin-left: 0; @@ -264,6 +264,7 @@ } .category-input { margin-left: 0; + margin-bottom: 0px; min-width: 0; // allows flex to shrink flex-wrap: wrap; max-width: 50%;