discourse/app/assets/stylesheets/desktop/edit-category.scss
Penar Musaraj 6f5d8cad51
UX: Move category editing/creation to its own page (#10973)
* Move new/edit category modals to its own page

* Fix JS tests

* Minor fixes to new-category UI

* Add mobile toggle

* Use global pretender endpoint so plugins can benefit too

* Alignment fix

* Minor review fixes

* Styling refactor

* Move some SCSS out of the modal
2020-10-23 12:49:02 -04:00

12 lines
177 B
SCSS

.edit-category {
section.field {
.field-item {
display: inline-block;
vertical-align: top;
+ .field-item {
margin-left: 1em;
}
}
}
}