Fix word breaking issues in cover and styles

This commit is contained in:
Rebill
2026-01-29 17:23:19 +08:00
committed by neo-cloud-ai
parent 754344ed7d
commit 645fae4311
2 changed files with 8 additions and 4 deletions

View File

@@ -58,7 +58,8 @@
flex: 1;
display: flex;
align-items: flex-start;
word-break: break-all;
word-break: normal;
overflow-wrap: break-word;
}
.cover-subtitle {