From cba8b39607d530dc20a4dd743b8468eab9ea69ad Mon Sep 17 00:00:00 2001 From: Kris Date: Fri, 3 Sep 2021 17:27:55 -0400 Subject: [PATCH] UX: limit select-kit tag chooser width (#14246) --- app/assets/stylesheets/common/base/tagging.scss | 4 +--- app/assets/stylesheets/common/select-kit/select-kit.scss | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/common/base/tagging.scss b/app/assets/stylesheets/common/base/tagging.scss index 01d2966b09e..a832d8e9da3 100644 --- a/app/assets/stylesheets/common/base/tagging.scss +++ b/app/assets/stylesheets/common/base/tagging.scss @@ -275,9 +275,7 @@ header .discourse-tag { display: flex; justify-content: space-between; } - .group-tags-list .tag-chooser { - width: calc(100% - 1em); - } + .saving { margin-left: 20px; } diff --git a/app/assets/stylesheets/common/select-kit/select-kit.scss b/app/assets/stylesheets/common/select-kit/select-kit.scss index feb922e148c..5054b71f3cd 100644 --- a/app/assets/stylesheets/common/select-kit/select-kit.scss +++ b/app/assets/stylesheets/common/select-kit/select-kit.scss @@ -84,6 +84,7 @@ flex: 1 0 auto; align-items: center; height: 100%; + max-width: 100%; } .d-icon-spinner {