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:
parent
e3de396091
commit
648a11a6a1
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue