We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 481338b + 412582c commit f651953Copy full SHA for f651953
1 file changed
src/components/puck/Container.tsx
@@ -14,7 +14,7 @@ export const Container: React.FC<ContainerProps> = ({
14
gap = "",
15
outline = "",
16
}) => (
17
- Content && <Content className={`flex flex-col w-full ${padding} ${gap} ${outline}`} />
+ Content && <Content minEmptyHeight="256px" className={`flex flex-col w-full ${padding} ${gap} ${outline}`} />
18
)
19
20
export const ContainerConfig: ComponentConfig<ContainerProps> = {
0 commit comments