Fixed OpenVPN password wrapping bug

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

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

Loading…
Cancel
Save