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

@@ -70,7 +70,8 @@ body {
-webkit-text-fill-color: transparent;
background-clip: text;
margin-bottom: auto;
word-break: break-all;
word-break: normal;
overflow-wrap: break-word;
}
.cover-subtitle {
@@ -199,7 +200,9 @@ body {
overflow-x: visible;
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-all;
overflow-wrap: break-word;
word-wrap: break-word;
word-break: normal;
white-space: pre-wrap;
font-size: 36px;
line-height: 1.5;
@@ -315,4 +318,4 @@ body {
.bg-gradient-8 {
background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
}
}