Align Quick Replies to the left

Add this code to the Custom CSS field on the Settings tab of your AI Chatbot widget’s settings:

[class*="widget-window__QuickRepliesContainer-sc"] {
align-items: flex-start;
}
1 Like