diff --git a/webapp/packages/core-blocks/src/CommonDialog/CommonDialog/CommonDialogWrapper.m.css b/webapp/packages/core-blocks/src/CommonDialog/CommonDialog/CommonDialogWrapper.m.css index 7916a90b4c..de8c1dcc8b 100644 --- a/webapp/packages/core-blocks/src/CommonDialog/CommonDialog/CommonDialogWrapper.m.css +++ b/webapp/packages/core-blocks/src/CommonDialog/CommonDialog/CommonDialogWrapper.m.css @@ -30,9 +30,6 @@ &.fixedWidth { width: 404px; } - &.freeHeight { - min-height: unset; - } } &.medium { min-width: 576px; @@ -46,9 +43,6 @@ &.fixedWidth { width: 576px; } - &.freeHeight { - min-height: unset; - } } &.large { min-width: 720px; @@ -62,9 +56,10 @@ &.fixedWidth { width: 720px; } - &.freeHeight { - min-height: unset; - } + } + + &.freeHeight { + min-height: unset; } }