Skip to content

Commit

Permalink
Merge pull request #6516 from DougReeder/chat-bubble-fix
Browse files Browse the repository at this point in the history
Fixes layout bug in chat sidebar introduced by PR #6511
  • Loading branch information
Exairnous authored Nov 15, 2024
2 parents babb4a2 + 7615e93 commit 0bd77cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react-components/room/ChatSidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
flex-direction: row;
justify-content: start;
font-size: theme.$font-size-md;
overflow-wrap: break-word;
overflow-wrap: anywhere;
line-height: 1.25;

img,
Expand Down

0 comments on commit 0bd77cb

Please sign in to comment.