width fix for category chooser in move posts modal

This commit is contained in:
Kris 2020-08-03 17:44:11 -04:00
parent 52b864facf
commit 5e46ec8b76
1 changed files with 3 additions and 0 deletions

View File

@ -670,6 +670,9 @@
.category-chooser {
margin-bottom: 9px;
width: 100% !important;
.category-row {
max-width: 485px;
}
}
.controls.existing-topic {