Skip to content

Commit

Permalink
Make starter prompts wrap instead of exceeding chat window
Browse files Browse the repository at this point in the history
  • Loading branch information
0xi4o committed Mar 13, 2024
1 parent 7c4056e commit b98c15d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ui/src/ui-component/cards/StarterPromptsCard.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
.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 */
}

.button {
Expand Down

0 comments on commit b98c15d

Please sign in to comment.