Fix word splitting

This commit is contained in:
Natsumi
2025-08-09 12:28:44 +12:00
parent 5049e0ac04
commit fd87bb4509
4 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -117,7 +117,7 @@
.el-dialog__body {
padding: 20px;
word-break: break-word;
word-break: auto-phrase;
}
.el-dialog__footer > .el-button + .el-button {