Skip to content

Commit 5231325

Browse files
authored
fix: add margin only to other users' messages without open actions dialog (#324)
1 parent 514941b commit 5231325

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/v2/styles/Message/Message-layout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@
375375
}
376376
}
377377

378-
.str-chat__message--other .str-chat__message-inner {
378+
.str-chat__message--other .str-chat__message-inner:not(:has(.str-chat__message-options--active)) {
379379
margin-inline-end: var(--str-chat-message-options-size);
380380
}
381381

0 commit comments

Comments
 (0)