Fixed OpenVPN password wrapping bug

pull/1/head
riley 1 year ago
parent 9d73db291a
commit 53e3be3f97

@ -675,9 +675,15 @@ strong {
white-space: nowrap; white-space: nowrap;
color: #ffffff; color: #ffffff;
} }
.cbi-value.nowrap:not(.td) {
white-space: normal;
}
[disabled="disabled"] { [disabled="disabled"] {
pointer-events: none; pointer-events: none;
} }
#cbi-tgopenvpn_cfg-settings-password .control-group {
display: flex;
}
/* Sidebar */ /* Sidebar */
.main > .main-left { .main > .main-left {
@ -2735,7 +2741,7 @@ strong {
.cbi-value input[type="password"], .cbi-value input[type="password"],
.cbi-value input[name^="pw"], .cbi-value input[name^="pw"],
.cbi-value input[data-update="change"]:nth-child(2) { .cbi-value input[data-update="change"]:nth-child(2) {
width: 13rem !important; width: 100%;
min-width: 13rem; min-width: 13rem;
color: #fff; color: #fff;
} }

Loading…
Cancel
Save