From 83e8ab52743e3ba00503c98297ae0563bc71902e Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Tue, 27 Feb 2018 08:33:06 +0100 Subject: [PATCH] FIX: header icon out of bounds in tag-drop on some browsers --- app/assets/stylesheets/common/select-kit/tag-drop.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/common/select-kit/tag-drop.scss b/app/assets/stylesheets/common/select-kit/tag-drop.scss index 0909948f968..84b6b7b1f04 100644 --- a/app/assets/stylesheets/common/select-kit/tag-drop.scss +++ b/app/assets/stylesheets/common/select-kit/tag-drop.scss @@ -45,6 +45,10 @@ } } + .select-kit-filter .filter-input { + width: auto; + } + .select-kit-body { width: auto; min-width: 150px;