From 648a11a6a126a3d53b70144b8670ebb6ae405f66 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Mon, 5 Feb 2018 15:05:17 -0500 Subject: [PATCH] FIX: size of tags input field of tag group --- app/assets/stylesheets/common/base/tagging.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/base/tagging.scss b/app/assets/stylesheets/common/base/tagging.scss index d9ffccc9ae9..6ab19d0eb11 100644 --- a/app/assets/stylesheets/common/base/tagging.scss +++ b/app/assets/stylesheets/common/base/tagging.scss @@ -278,8 +278,9 @@ header .discourse-tag {color: $tag-color } } .group-tags-list .tag-chooser { height: 250px !important; - .select2-choices { + ul.select2-choices { height: 250px !important; // to fight with select2.scss's important + max-height: none; } } .btn {margin-left: 10px;}