mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-11 15:21:01 +03:00
fix: sciter, advanced options, UI (#13429)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user