Use break-word over break-all
This commit is contained in:
parent
af69a58418
commit
9c6abcb32c
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue