Skip to content

Commit b5f6722

Browse files
committed
fix min height component
1 parent 57e487d commit b5f6722

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/common/components/mock-components/front-rich-components/horizontal-menu/horizontal-menu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { useResizeOnFontSizeChange } from '../../front-text-components/front-tex
1414

1515
const horizontalMenuShapeSizeRestrictions: ShapeSizeRestrictions = {
1616
minWidth: 200,
17-
minHeight: 25,
17+
minHeight: 50,
1818
maxWidth: -1,
1919
maxHeight: 100,
2020
defaultWidth: 500,

0 commit comments

Comments
 (0)