Skip to content

Commit

Permalink
fix: reduce the reactions top margin
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinCupela committed Aug 12, 2022
1 parent 67972a6 commit 48fe120
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
.str-chat__message-reactions {
list-style: none;
display: flex;
margin-block-start: var(--str-chat__spacing-0_5);
margin-block-end: var(--str-chat__spacing-0_5);
column-gap: var(--str-chat__spacing-0_5);
width: fit-content;
Expand Down

0 comments on commit 48fe120

Please sign in to comment.