diff --git a/luasrc/gaya/gaya.css b/luasrc/gaya/gaya.css index 02d18ad..08fc140 100644 --- a/luasrc/gaya/gaya.css +++ b/luasrc/gaya/gaya.css @@ -675,10 +675,16 @@ 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 { position: fixed; @@ -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; }