mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 02:13:33 +00:00
fix word-break overflow for CJK characters on lyrics
This commit is contained in:
parent
8611f08f54
commit
dde48335cd
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
color: var(--theme-colors-foreground);
|
color: var(--theme-colors-foreground);
|
||||||
word-break: keep-all;
|
word-break: normal;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
transition:
|
transition:
|
||||||
opacity 0.3s ease-in-out,
|
opacity 0.3s ease-in-out,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue