Skip to content

Commit b67ae35

Browse files
authored
[UK-959] Use flex-end instead of end (#21)
1 parent b4c8f1e commit b67ae35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/MessageContent/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
position: relative;
8686
box-sizing: border-box;
8787
display: inline-flex;
88-
justify-content: end;
88+
justify-content: flex-end;
8989
width: 50px;
9090
&.use-reactions { width: 70px }
9191

0 commit comments

Comments
 (0)