mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -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 {
|
.group-tags-list .tag-chooser {
|
||||||
height: 250px !important;
|
height: 250px !important;
|
||||||
.select2-choices {
|
ul.select2-choices {
|
||||||
height: 250px !important; // to fight with select2.scss's important
|
height: 250px !important; // to fight with select2.scss's important
|
||||||
|
max-height: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.btn {margin-left: 10px;}
|
.btn {margin-left: 10px;}
|
||||||
|
Loading…
Reference in New Issue
Block a user