Skip to content

Commit

Permalink
Fixes layout bug in chat sidebar introduced by PR #6511
Browse files Browse the repository at this point in the history
  • Loading branch information
DougReeder committed Nov 8, 2024
1 parent babb4a2 commit 7615e93
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 7615e93

Please sign in to comment.