tag group input needs to be bigger
This commit is contained in:
parent
c7bbc1cebf
commit
5e8cfe8cef
|
@ -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;}
|
||||
|
|
Loading…
Reference in New Issue