Skip to content

Commit

Permalink
fix delete modal mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
dickeyy committed Jun 2, 2024
1 parent fcf35eb commit 53fd1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/components/document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ function ConfirmDeleteDialog({
This action cannot be undone.
</DialogDescription>
</DialogHeader>
<DialogFooter className="mt-8">
<DialogFooter className="mt-8 gap-2">
<Button
variant="outline"
className="w-full"
Expand Down

0 comments on commit 53fd1fb

Please sign in to comment.