mirror of
https://github.com/discourse/discourse.git
synced 2026-07-30 08:08:20 -05:00
UX: Improve spacing & alignment for Category edit modal (#6432)
This commit is contained in:
@@ -370,8 +370,11 @@
|
||||
|
||||
.edit-category-modal {
|
||||
input[type="number"] {
|
||||
min-width: 8em;
|
||||
min-width: 15em;
|
||||
margin-bottom: 0;
|
||||
position: relative;
|
||||
left: 2%;
|
||||
margin-right: 4%;
|
||||
}
|
||||
|
||||
.subcategory-list-style-field {
|
||||
@@ -414,6 +417,10 @@
|
||||
width: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
.add-permission {
|
||||
margin-top: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
.incoming-email-modal {
|
||||
|
||||
@@ -46,6 +46,6 @@
|
||||
.image-upload-controls {
|
||||
padding: 10px;
|
||||
label.btn {
|
||||
padding: 5px 10px;
|
||||
padding: 7px 10px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user