Skip to content

Commit 5b654fc

Browse files
committed
fix: add missing justify-between to anchored toast title row
1 parent e68526f commit 5b654fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/components/ui/toast.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ function AnchoredToasts() {
400400
)}
401401

402402
<div className="flex min-w-0 flex-1 flex-col gap-0.5">
403-
<div className="flex items-center gap-1">
403+
<div className="flex items-center justify-between gap-1">
404404
<Toast.Title
405405
className="min-w-0 break-words font-medium"
406406
data-slot="toast-title"

0 commit comments

Comments
 (0)