diff --git a/src/renderer/features/lyrics/lyric-line.module.css b/src/renderer/features/lyrics/lyric-line.module.css index add47a0b..1b1228ef 100644 --- a/src/renderer/features/lyrics/lyric-line.module.css +++ b/src/renderer/features/lyrics/lyric-line.module.css @@ -1,7 +1,9 @@ .lyric-line { padding: 0 1rem; font-weight: 600; + line-height: 1.2; color: var(--theme-colors-foreground); + word-break: keep-all; opacity: 0.5; transition: opacity 0.3s ease-in-out,