Skip to content

Commit bb287cc

Browse files
Merge pull request #807 from thatblindgeye/rightAlignActions
fix(ResponseActions): updated action alignment for end aligned message
2 parents bbb6290 + 19e83a8 commit bb287cc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/module/src/ResponseActions/ResponseActions.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@
2222
}
2323
}
2424

25+
.pf-chatbot__message.pf-m-end {
26+
.pf-chatbot__response-actions-groups,
27+
:not(.pf-chatbot__response-actions-groups) > .pf-chatbot__response-actions {
28+
justify-content: end;
29+
}
30+
}
31+
2532
.pf-chatbot__response-actions-groups {
2633
display: grid;
2734
grid-auto-flow: column;

0 commit comments

Comments
 (0)