From 5ac4e825404e884e2e3a816c96c4009bb2041908 Mon Sep 17 00:00:00 2001 From: Meghna <11170663+MeghnaAJ@users.noreply.github.com> Date: Tue, 2 Aug 2022 21:57:47 +0530 Subject: [PATCH] UX: add ellipsis for long category names in category chooser dropdown (#17758) --- app/assets/stylesheets/common/select-kit/category-drop.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common/select-kit/category-drop.scss b/app/assets/stylesheets/common/select-kit/category-drop.scss index 29f249c545e..4cd7b872e55 100644 --- a/app/assets/stylesheets/common/select-kit/category-drop.scss +++ b/app/assets/stylesheets/common/select-kit/category-drop.scss @@ -6,6 +6,7 @@ .badge-wrapper { font-size: $font-0; font-weight: normal; + max-width: 260px; &.box { margin: 0;