Skip to content

Commit 0ad7f4c

Browse files
Properly wrap reactions
Signed-off-by: marco <marcoambrosini@pm.me>
1 parent 3960732 commit 0ad7f4c

File tree

1 file changed

+2
-1
lines changed
  • src/components/MessagesList/MessagesGroup/Message

1 file changed

+2
-1
lines changed

src/components/MessagesList/MessagesGroup/Message/Message.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,7 @@ export default {
809809
}
810810
&__reactions {
811811
display: flex;
812+
flex-wrap: wrap;
812813
margin: 4px 0 4px -2px;
813814
}
814815
}
@@ -875,7 +876,7 @@ export default {
875876
padding: 0 8px !important;
876877
font-weight: normal !important;
877878
878-
margin: 0 2px;
879+
margin: 2px;
879880
height: 26px;
880881
background-color: var(--color-main-background);
881882

0 commit comments

Comments
 (0)