Standardize input width in admin panel

This commit is contained in:
yflory 2024-01-24 16:25:45 +01:00
parent e0b2a185e5
commit edaa6ed076
1 changed files with 3 additions and 3 deletions

View File

@ -37,12 +37,12 @@
}
}
.cp-admin-setlimit-form, .cp-admin-broadcast-form {
label {
.cp-sidebarlayout-element {
label:not(> label) {
font-weight: normal !important;
}
input {
max-width: 400px;
max-width: 25rem;
}
nav {
display: flex;