From bab56fdb9d5da5a5b9c42239c7f7da976026812f Mon Sep 17 00:00:00 2001 From: jjaffeux Date: Sat, 26 Sep 2020 22:14:52 +0200 Subject: [PATCH] Revert "UX: Prevent categories from overflowing select-kit" This reverts commit f1ac3cf88811151a4205a357a544d54ab9e2a85b. --- app/assets/stylesheets/common/select-kit/category-row.scss | 4 ---- app/assets/stylesheets/common/select-kit/select-kit.scss | 1 - 2 files changed, 5 deletions(-) diff --git a/app/assets/stylesheets/common/select-kit/category-row.scss b/app/assets/stylesheets/common/select-kit/category-row.scss index 7ee11ae3aab..df43c956035 100644 --- a/app/assets/stylesheets/common/select-kit/category-row.scss +++ b/app/assets/stylesheets/common/select-kit/category-row.scss @@ -13,10 +13,6 @@ margin: 0; } .category-status { - overflow: hidden; - .badge-wrapper { - overflow: hidden; - } .badge-wrapper.box { margin-bottom: 1px; margin-top: 1px; diff --git a/app/assets/stylesheets/common/select-kit/select-kit.scss b/app/assets/stylesheets/common/select-kit/select-kit.scss index d55c14726b4..a4ffccfc3a7 100644 --- a/app/assets/stylesheets/common/select-kit/select-kit.scss +++ b/app/assets/stylesheets/common/select-kit/select-kit.scss @@ -19,7 +19,6 @@ flex-direction: column; align-items: center; justify-content: center; - max-width: 100%; } .select-kit-collection {