mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: set a max height for the tag input field
This commit is contained in:
parent
78bb367b0a
commit
951fd1219d
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue