FIX: set a max height for the tag input field
This commit is contained in:
parent
78bb367b0a
commit
951fd1219d
|
@ -171,6 +171,10 @@ header .discourse-tag {color: $tag-color }
|
|||
.tag-chooser {
|
||||
width: 100%;
|
||||
margin: 5px 0;
|
||||
ul.select2-choices {
|
||||
max-height: 40px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.title-wrapper .tag-chooser {
|
||||
|
|
Loading…
Reference in New Issue