mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 14:56:06 +02:00
Fix dialog text overflow
This commit is contained in:
+2
-1
@@ -117,7 +117,8 @@
|
|||||||
|
|
||||||
.el-dialog__body {
|
.el-dialog__body {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
word-break: auto-phrase;
|
word-break: break-word;
|
||||||
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-dialog__footer > .el-button + .el-button {
|
.el-dialog__footer > .el-button + .el-button {
|
||||||
|
|||||||
@@ -350,7 +350,8 @@ div.x-friend-list
|
|||||||
|
|
||||||
.el-dialog__body {
|
.el-dialog__body {
|
||||||
color: $--theme-text-1;
|
color: $--theme-text-1;
|
||||||
word-break: auto-phrase;
|
word-break: break-word;
|
||||||
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-radio {
|
.el-radio {
|
||||||
|
|||||||
Reference in New Issue
Block a user