We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef1537a commit 391622bCopy full SHA for 391622b
1 file changed
src/components/Message/styling/Message.scss
@@ -197,7 +197,6 @@ $message-bubble-padding: var(--str-chat__spacing-xs);
197
.str-chat__message-reactions-host {
198
justify-self: flex-start;
199
justify-content: flex-start;
200
- width: 0;
201
min-width: 0;
202
overflow: visible;
203
margin-inline: 0;
@@ -218,7 +217,7 @@ $message-bubble-padding: var(--str-chat__spacing-xs);
218
217
}
219
220
.str-chat__message-bubble {
221
- justify-self: flex-start;
+ justify-self: flex-end;
222
223
224
0 commit comments