tag group input needs to be bigger

This commit is contained in:
Neil Lalonde 2016-07-13 13:55:42 -04:00
parent c7bbc1cebf
commit 5e8cfe8cef
1 changed files with 2 additions and 2 deletions

View File

@ -232,9 +232,9 @@ header .discourse-tag {color: $tag-color !important; }
}
}
.group-tags-list .tag-chooser {
height: 150px !important;
height: 250px !important;
.select2-choices {
height: 150px !important; // to fight with select2.scss's important
height: 250px !important; // to fight with select2.scss's important
}
}
.btn {margin-left: 10px;}