From 22d17b922c9c4367b12d173fb3db1630472be44f Mon Sep 17 00:00:00 2001 From: naumov Date: Tue, 24 Oct 2023 15:11:01 +0200 Subject: [PATCH] CB-4128 declare styles once --- .../CommonDialog/CommonDialogWrapper.m.css | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) 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; } }