Skip to content

Commit 391622b

Browse files
committed
fix: wrap reaction list items in small widths
1 parent ef1537a commit 391622b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/components/Message/styling/Message.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ $message-bubble-padding: var(--str-chat__spacing-xs);
197197
.str-chat__message-reactions-host {
198198
justify-self: flex-start;
199199
justify-content: flex-start;
200-
width: 0;
201200
min-width: 0;
202201
overflow: visible;
203202
margin-inline: 0;
@@ -218,7 +217,7 @@ $message-bubble-padding: var(--str-chat__spacing-xs);
218217
}
219218

220219
.str-chat__message-bubble {
221-
justify-self: flex-start;
220+
justify-self: flex-end;
222221
}
223222
}
224223
}

0 commit comments

Comments
 (0)