FIX: set a max height for the tag input field

This commit is contained in:
Neil Lalonde 2017-07-14 12:00:29 -04:00
parent 78bb367b0a
commit 951fd1219d
1 changed files with 4 additions and 0 deletions

View File

@ -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 {