From 5e8cfe8cef64999dc19d23545af0cbceb41b1fda Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Wed, 13 Jul 2016 13:55:42 -0400 Subject: [PATCH] tag group input needs to be bigger --- app/assets/stylesheets/common/base/tagging.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/common/base/tagging.scss b/app/assets/stylesheets/common/base/tagging.scss index 8882ae1bb21..21a438dc334 100644 --- a/app/assets/stylesheets/common/base/tagging.scss +++ b/app/assets/stylesheets/common/base/tagging.scss @@ -232,9 +232,9 @@ header .discourse-tag {color: $tag-color !important; } } } .group-tags-list .tag-chooser { - height: 150px !important; + height: 250px !important; .select2-choices { - height: 150px !important; // to fight with select2.scss's important + height: 250px !important; // to fight with select2.scss's important } } .btn {margin-left: 10px;}