Skip to content

Commit

Permalink
Merge branch 'preview'
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelfan committed Dec 19, 2023
2 parents 059936c + 601dc18 commit 941f562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/feedback/feedAlert/FeedAlert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function FeedAlert(props: Props) {
className={`flex flex-col justify-center gap-2 p-3 ${selectedClass} text-neutral-700`}
>
<span className="mx-auto">{icon}</span>
<span className="text-center font-medium">{message}</span>
<span className="text-center font-medium break-words">{message}</span>
</section>
);
}

0 comments on commit 941f562

Please sign in to comment.