fix: sciter, advanced options, UI (#13429)

Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
fufesou
2025-11-06 17:13:11 +08:00
committed by GitHub
parent 559115c43c
commit a7d2bc63f9
8 changed files with 392 additions and 181 deletions

View File

@@ -458,6 +458,15 @@ div#msgbox div.set-password input {
font-size: 1em;
}
.wrap-text {
width: *;
word-wrap: break-word;
overflow-wrap: break-word;
white-space: normal;
height: auto;
overflow: hidden;
}
div#msgbox #error {
color: red;
}