Skip to content

Commit 760afbd

Browse files
committed
WEB-65 add minimun height
1 parent 5db63e3 commit 760afbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/puck/Container.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const Container: React.FC<ContainerProps> = ({
1414
gap = "",
1515
outline = "",
1616
}) => (
17-
Content && <Content className={`flex flex-col w-full ${padding} ${gap} ${outline}`} />
17+
Content && <Content minEmptyHeight="256px" className={`flex flex-col w-full ${padding} ${gap} ${outline}`} />
1818
)
1919

2020
export const ContainerConfig: ComponentConfig<ContainerProps> = {

0 commit comments

Comments
 (0)