Skip to content

Commit dd19f33

Browse files
fix(/components/modal): Prevent <Modal.Content> from being truncated (#601)
Fixes #600 Co-authored-by: Conner Davis <[email protected]>
1 parent 005d78a commit dd19f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/theme/default.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ const theme: FlowbiteTheme = {
488488
},
489489
},
490490
content: {
491-
base: 'relative h-full w-full p-4 md:h-auto',
491+
base: 'relative h-full w-full p-4',
492492
inner: 'relative rounded-lg bg-white shadow dark:bg-gray-700',
493493
},
494494
body: {

0 commit comments

Comments
 (0)