mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Removing horizontal scrollbar in category modal
This commit is contained in:
parent
8eb7518d2a
commit
b55b7c5356
@ -200,6 +200,7 @@ header .discourse-tag {color: $tag-color }
|
|||||||
|
|
||||||
.tag-chooser {
|
.tag-chooser {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
max-width: 100%;
|
||||||
margin: 5px 0;
|
margin: 5px 0;
|
||||||
ul.select2-choices {
|
ul.select2-choices {
|
||||||
max-height: 30px;
|
max-height: 30px;
|
||||||
|
@ -116,6 +116,7 @@
|
|||||||
|
|
||||||
.edit-category-modal {
|
.edit-category-modal {
|
||||||
.modal-body {
|
.modal-body {
|
||||||
|
box-sizing: border-box;
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 350px;
|
height: 350px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user