diff --git a/packages/ui/src/ui-component/cards/StarterPromptsCard.css b/packages/ui/src/ui-component/cards/StarterPromptsCard.css index 8fc6c07c..5f3ab959 100644 --- a/packages/ui/src/ui-component/cards/StarterPromptsCard.css +++ b/packages/ui/src/ui-component/cards/StarterPromptsCard.css @@ -1,5 +1,6 @@ .button-container { display: flex; + flex-wrap: wrap; overflow-x: auto; -webkit-overflow-scrolling: touch; /* For momentum scroll on mobile devices */ scrollbar-width: none; /* For Firefox */