width fix for category chooser in move posts modal
This commit is contained in:
parent
52b864facf
commit
5e46ec8b76
|
@ -670,6 +670,9 @@
|
|||
.category-chooser {
|
||||
margin-bottom: 9px;
|
||||
width: 100% !important;
|
||||
.category-row {
|
||||
max-width: 485px;
|
||||
}
|
||||
}
|
||||
|
||||
.controls.existing-topic {
|
||||
|
|
Loading…
Reference in New Issue