Skip to content

Commit 4e06d2b

Browse files
author
charlesgauthereau
committed
Ready for 1.1.2-rc.3
1 parent 8ce3988 commit 4e06d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/wrappers/dashboard/database/retention-policy/retention-policy-sheet.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const RetentionPolicySheet = ({database}: RetentionPolicySheetProps) => {
1919
</Button>
2020
</SheetTrigger>
2121
<SheetContent
22-
className="flex gap-4 p-4 w-[540px] sm:w-[800px] max-w-[800px] max-h-screen overflow-y-scroll"
22+
className="flex gap-4 p-4 w-full md:w-[800px] max-w-[800px] max-h-screen overflow-y-scroll"
2323
>
2424
<SheetHeader>
2525
<SheetTitle className="flex items-center gap-2 text-balance">

0 commit comments

Comments
 (0)