Fix dialog text overflow

This commit is contained in:
Natsumi
2025-08-15 16:59:39 +12:00
parent 8daa6c8663
commit f5c597e216
2 changed files with 4 additions and 2 deletions

View File

@@ -117,7 +117,8 @@
.el-dialog__body {
padding: 20px;
word-break: auto-phrase;
word-break: break-word;
overflow-wrap: break-word;
}
.el-dialog__footer > .el-button + .el-button {

View File

@@ -350,7 +350,8 @@ div.x-friend-list
.el-dialog__body {
color: $--theme-text-1;
word-break: auto-phrase;
word-break: break-word;
overflow-wrap: break-word;
}
.el-radio {