We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e68526f commit 5b654fcCopy full SHA for 5b654fc
apps/web/src/components/ui/toast.tsx
@@ -400,7 +400,7 @@ function AnchoredToasts() {
400
)}
401
402
<div className="flex min-w-0 flex-1 flex-col gap-0.5">
403
- <div className="flex items-center gap-1">
+ <div className="flex items-center justify-between gap-1">
404
<Toast.Title
405
className="min-w-0 break-words font-medium"
406
data-slot="toast-title"
0 commit comments