2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

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