Skip to content

Commit

Permalink
update(ReplyMessage): Fix reply offscreen message (#1728)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgmarchi authored Jan 18, 2024
1 parent 2a900d1 commit 8bdfbf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kit/src/components/message_reply/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
font-size: var(--text-size-less);
border-radius: var(--border-radius-more);
border-bottom-right-radius: var(--border-radius-less);
word-break: break-all;

h1, h2, h3, h4, h5 {
color: var(--text-color-muted);
Expand Down

0 comments on commit 8bdfbf4

Please sign in to comment.