From 2334c3622e27816968d2bd9fb0001e256727075a Mon Sep 17 00:00:00 2001 From: Kris Date: Mon, 7 Jun 2021 13:22:36 -0400 Subject: [PATCH] UX: group dropdown filter height should match (#13300) --- app/assets/stylesheets/common/base/groups.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/common/base/groups.scss b/app/assets/stylesheets/common/base/groups.scss index dd8f1e85312..d14ff4a51e8 100644 --- a/app/assets/stylesheets/common/base/groups.scss +++ b/app/assets/stylesheets/common/base/groups.scss @@ -21,6 +21,10 @@ &:last-child { margin-right: auto; } + + .select-kit-header { + height: 100%; + } } .groups-boxes {