mirror of
https://github.com/discourse/discourse.git
synced 2025-09-12 21:10:47 +08:00
FIX: Removing horizontal scrollbar in category modal
This commit is contained in:
parent
8eb7518d2a
commit
b55b7c5356
2 changed files with 2 additions and 0 deletions
|
@ -116,6 +116,7 @@
|
|||
|
||||
.edit-category-modal {
|
||||
.modal-body {
|
||||
box-sizing: border-box;
|
||||
position: relative;
|
||||
height: 350px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue