Skip to content

Commit b00c52c

Browse files
committed
fix: align follow-up question chips left
1 parent 4463609 commit b00c52c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ function App() {
890890
<div className="label-text mb-2">
891891
Suggested Follow-up Questions
892892
</div>
893-
<div className="flex flex-wrap gap-2">
893+
<div className="flex flex-wrap justify-start gap-2">
894894
{m.followupQuestions.map((q, idx) => (
895895
<button
896896
key={idx}

0 commit comments

Comments
 (0)