Skip to content

Commit

Permalink
fix(blocks-antd): Remove minHight on Label.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gervwyk committed Aug 3, 2022
1 parent 850ee69 commit 0999baa
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -76,7 +76,7 @@ const labelLogic = ({
[methods.makeCssClass([
{
height: 'fit-content !important',
minHeight: properties.size === 'large' ? 40 : properties.size === 'small' ? 24 : 32,
// minHeight: properties.size === 'large' ? 40 : properties.size === 'small' ? 24 : 32,
},
properties.style,
])]: true,
Expand Down

0 comments on commit 0999baa

Please sign in to comment.