Make messages full-width

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

[class*='dialog-message__Background-sc'] {
  max-width: unset;
}
2 Likes