diff --git a/src/lib/theme/default.ts b/src/lib/theme/default.ts index 9b4bd7130..875971429 100644 --- a/src/lib/theme/default.ts +++ b/src/lib/theme/default.ts @@ -541,7 +541,7 @@ const theme: FlowbiteTheme = { }, }, content: { - base: 'relative h-full w-full p-4', + base: 'relative h-full w-full p-4 md:h-auto', inner: 'relative rounded-lg bg-white shadow dark:bg-gray-700', }, body: {