mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Fix dialog text overflow
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user