From c7b526b9e0cdc91ad8fb8538b9860e9fdab95134 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Wed, 9 May 2018 14:21:47 +0800 Subject: [PATCH] UX: Don't set width to auto for select kit combo box. --- app/assets/stylesheets/common/select-kit/combo-box.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/common/select-kit/combo-box.scss b/app/assets/stylesheets/common/select-kit/combo-box.scss index fa1c68c2d3d..0bb6b0aa758 100644 --- a/app/assets/stylesheets/common/select-kit/combo-box.scss +++ b/app/assets/stylesheets/common/select-kit/combo-box.scss @@ -1,11 +1,10 @@ .select-kit { &.combo-box { - min-width: auto; .select-kit-body { width: 100%; min-width: 150px; border-radius: 0; - box-shadow: shadow("dropdown"); + box-shadow: shadow("dropdown"); } .select-kit-row { @@ -25,10 +24,10 @@ .filter-input { margin-right: 5px; - width: auto; + width: auto; } } - + .select-kit-header { background: $secondary; border: 1px solid $primary-medium;