Skip to content

Commit

Permalink
fix: don't constriain giphies
Browse files Browse the repository at this point in the history
  • Loading branch information
petyosi committed Feb 15, 2022
1 parent cbc8884 commit f196573
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/styles/Attachment.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
padding: 0;
}

/** Let giphies stretch their containers */
&-attachment--giphy {
max-width: unset;
}

&--me {
.str-chat__message-attachment {
padding-left: 0;
Expand Down

0 comments on commit f196573

Please sign in to comment.