Skip to content

Commit

Permalink
Use word-break on live chat error message (#6327)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunkyProgrammer authored Dec 9, 2024
1 parent dae217d commit 5f25890
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
color: var(--tertiary-text-color);
padding: 0;
margin: 0;
word-break: break-word;
}

:deep(.liveChatEmoji) {
Expand Down

0 comments on commit 5f25890

Please sign in to comment.