FIX: Removing horizontal scrollbar in category modal

This commit is contained in:
Kris 2017-12-04 12:00:34 -05:00
parent 8eb7518d2a
commit b55b7c5356
2 changed files with 2 additions and 0 deletions

View File

@ -200,6 +200,7 @@ header .discourse-tag {color: $tag-color }
.tag-chooser {
width: 100%;
max-width: 100%;
margin: 5px 0;
ul.select2-choices {
max-height: 30px;

View File

@ -116,6 +116,7 @@
.edit-category-modal {
.modal-body {
box-sizing: border-box;
position: relative;
height: 350px;
}