Skip to content

Commit

Permalink
[UK-959] Use flex-end instead of end (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
HoonBaek authored Sep 29, 2021
1 parent b4c8f1e commit b67ae35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/MessageContent/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
position: relative;
box-sizing: border-box;
display: inline-flex;
justify-content: end;
justify-content: flex-end;
width: 50px;
&.use-reactions { width: 70px }

Expand Down

0 comments on commit b67ae35

Please sign in to comment.