Skip to content

Commit

Permalink
fix: messge input break long string (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
domw30 authored Jul 13, 2023
1 parent 04a3bc4 commit 09a36d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/message-input/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@

&__substring {
visibility: hidden;
overflow-wrap: break-word;
word-break: break-word;
}

@include tag-highlight;
Expand Down

0 comments on commit 09a36d7

Please sign in to comment.