Skip to content

Commit f196573

Browse files
committed
fix: don't constriain giphies
1 parent cbc8884 commit f196573

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/styles/Attachment.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@
3333
padding: 0;
3434
}
3535

36+
/** Let giphies stretch their containers */
37+
&-attachment--giphy {
38+
max-width: unset;
39+
}
40+
3641
&--me {
3742
.str-chat__message-attachment {
3843
padding-left: 0;

0 commit comments

Comments
 (0)