mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-02 21:16:07 +02:00
Fix word splitting
This commit is contained in:
+1
-1
@@ -117,7 +117,7 @@
|
||||
|
||||
.el-dialog__body {
|
||||
padding: 20px;
|
||||
word-break: break-word;
|
||||
word-break: auto-phrase;
|
||||
}
|
||||
|
||||
.el-dialog__footer > .el-button + .el-button {
|
||||
|
||||
Reference in New Issue
Block a user