mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
Use break-word over break-all
This commit is contained in:
@@ -26,7 +26,7 @@ const SynchronizedLyricsContainer = styled.div<{ $gap: number }>`
|
||||
padding: 10vh 0 50vh;
|
||||
overflow: scroll;
|
||||
transform: translateY(-2rem);
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
|
||||
-webkit-mask-image: linear-gradient(
|
||||
180deg,
|
||||
|
||||
Reference in New Issue
Block a user