mirror of https://github.com/xwiki-labs/cryptpad
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