fix: text wrap (again)

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

View File

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

View File

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