diff --git a/packages/module/src/ResponseActions/ResponseActions.scss b/packages/module/src/ResponseActions/ResponseActions.scss index baa6f63b..7a926f8f 100644 --- a/packages/module/src/ResponseActions/ResponseActions.scss +++ b/packages/module/src/ResponseActions/ResponseActions.scss @@ -22,6 +22,13 @@ } } +.pf-chatbot__message.pf-m-end { + .pf-chatbot__response-actions-groups, + :not(.pf-chatbot__response-actions-groups) > .pf-chatbot__response-actions { + justify-content: end; + } +} + .pf-chatbot__response-actions-groups { display: grid; grid-auto-flow: column;