Make Quick Replies full-width

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

[class*="widget-window__QuickRepliesContainer-sc"] > button {
width: 100%;
max-width: unset;
}
1 Like