FIX: size of tags input field of tag group

This commit is contained in:
Neil Lalonde 2018-02-05 15:05:17 -05:00
parent e3de396091
commit 648a11a6a1

View File

@ -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;}