Skip to content

Commit

Permalink
justify-start for buttons.
Browse files Browse the repository at this point in the history
  • Loading branch information
bLopata committed Oct 8, 2024
1 parent 4cc65bc commit 2ab691e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/components/messagebox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export default function MessageBox({
<div className="message-content">{text}</div>
)}
{!loading && !isUser && shouldShowButtons && (
<div className="flex justify-center gap-2 mt-2">
<div className="flex justify-start gap-2 mt-2">
<button
className={`p-2 rounded-full ${
reaction === "thumbs_up"
Expand Down

0 comments on commit 2ab691e

Please sign in to comment.