mirror of
https://github.com/discourse/discourse.git
synced 2024-12-01 13:09:33 -06:00
FIX: size of tags input field of tag group
This commit is contained in:
parent
e3de396091
commit
648a11a6a1
@ -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;}
|
||||
|
Loading…
Reference in New Issue
Block a user