Skip to content
Snippets Groups Projects

HIN-1066

Merged Alexandru Munteanu requested to merge HIN-1066 into develop
All threads resolved!
Files
9
@@ -78,7 +78,7 @@ const Root = styled.div`
@@ -78,7 +78,7 @@ const Root = styled.div`
${marginHelper};
${marginHelper};
${paddingHelper};
${paddingHelper};
height: max-content;
height: ${props => (props.height ? `${props.height}px` : 'max-content')};
width: max-content;
width: max-content;
& span {
& span {