mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 09:23:13 +08:00
300ef67481
Rewrite the admin flag form to use FormKit. This is a draft because waiting for Checkbox improvements.
8 lines
140 B
SCSS
8 lines
140 B
SCSS
.admin-contents table.grid tr.admin-flag-item {
|
|
grid-template-columns: auto min-content;
|
|
|
|
.d-toggle-switch {
|
|
margin-right: 0;
|
|
}
|
|
}
|