fix: text wrap (again)

closes Kieran/stream#102
This commit is contained in:
2023-12-11 12:20:04 +00:00
parent 37a043b2ea
commit d5944d5239
2 changed files with 3 additions and 1 deletions

View File

@ -65,6 +65,7 @@
.live-chat .message { .live-chat .message {
word-wrap: break-word; word-wrap: break-word;
overflow-wrap: anywhere;
position: relative; position: relative;
font-weight: 400; font-weight: 400;
font-size: 15px; font-size: 15px;

View File

@ -4,7 +4,8 @@
font-size: 15px; font-size: 15px;
font-weight: 400; font-weight: 400;
line-height: 22px; line-height: 22px;
overflow-wrap: break-word; word-wrap: break-word;
overflow-wrap: anywhere;
} }
.note .note-header { .note .note-header {