mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 18:46:50 +08:00
6f5d8cad51
* 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
12 lines
177 B
SCSS
12 lines
177 B
SCSS
.edit-category {
|
|
section.field {
|
|
.field-item {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
+ .field-item {
|
|
margin-left: 1em;
|
|
}
|
|
}
|
|
}
|
|
}
|