Skip to content

Commit 0cb3ee8

Browse files
authored
fix: hide overflowing text in quoted reply preview (#351)
1 parent 7961c2e commit 0cb3ee8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/v2/styles/Message/Message-layout.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,7 @@
513513
.str-chat__quoted-message-text {
514514
max-height: 100%;
515515
min-height: 0;
516+
overflow: hidden;
516517

517518
p {
518519
max-height: 100%;

0 commit comments

Comments
 (0)