Skip to content

Commit a237685

Browse files
authored
Merge pull request #46 from GetStream/fix-giphy-sizing
Fix giphy sizing
2 parents a531965 + f196573 commit a237685

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)