Let category rows occupy full width when editing topic title w/ no tags

This commit is contained in:
Kris 2020-07-15 19:16:02 -04:00
parent 9052dfe356
commit 9c3f89c17e
1 changed files with 3 additions and 0 deletions

View File

@ -125,6 +125,9 @@ a.badge-category {
margin-left: 0; margin-left: 0;
} }
} }
.select-kit .category-row {
max-width: unset;
}
} }
} }