From a585c19f2e32a879f099f9766039b83741803a5b Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Mon, 28 May 2018 15:47:07 +0200 Subject: [PATCH] FIX: prevents collection header from going under rows --- app/assets/stylesheets/common/select-kit/mini-tag-chooser.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common/select-kit/mini-tag-chooser.scss b/app/assets/stylesheets/common/select-kit/mini-tag-chooser.scss index 71a8e700f7..b05db54dc3 100644 --- a/app/assets/stylesheets/common/select-kit/mini-tag-chooser.scss +++ b/app/assets/stylesheets/common/select-kit/mini-tag-chooser.scss @@ -58,6 +58,7 @@ .collection-header { max-height: 125px; overflow-y: auto; + flex: 1 0 auto; .selected-tags { display: flex;