自适应 cbi-input-textarea 宽度

This commit is contained in:
Bard 2024-12-16 22:27:03 +08:00 committed by GitHub
parent 26e4d5760b
commit fb36113d82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2024,6 +2024,10 @@ td>table>tbody>tr>td,
max-width: 20rem;
}
.cbi-input-textarea {
min-width: 20rem;
}
.cbi-value input[type="text"],
.cbi-value input[type="password"] {
border-bottom-right-radius: 0;
@ -3949,6 +3953,10 @@ pre.command-output {
max-width: 17rem;
}
.cbi-input-textarea {
min-width: 17rem;
}
#cbi-firewall-zone .cbi-input-select {
min-width: 9rem;
}
@ -4011,6 +4019,10 @@ pre.command-output {
/* max-height: 2.35rem; */
}
.cbi-input-textarea {
min-width: 17rem;
}
[id^="cbid.wolplus."].cbi-dropdown {
max-height: unset;
}