mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 02:55:42 +05:00
Standardize input width in admin panel
This commit is contained in:
parent
e0b2a185e5
commit
edaa6ed076
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user