You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add styled container for alert messages in both chatbots (#1742)
Introduces .ansible-chatbot-alert-outer and .ansible-chatbot-alert-inner classes to center and constrain alert messages in the chatbot UI. Updates the component to render alerts outside the main content area for improved layout and visibility.
Improve alert styling and layout in AnsibleChatbot
Refactored alert rendering in AnsibleChatbot to use new wrapper classes for better centering and max-width control. Updated SCSS to add .ansible-chatbot-alert-outer and adjust .ansible-chatbot-alert-inner to use rem units for consistency across both chatbot implementations.
0 commit comments