diff --git a/components/common/DialogContent/index.module.scss b/components/common/DialogContent/index.module.scss index 83050529..375acb76 100644 --- a/components/common/DialogContent/index.module.scss +++ b/components/common/DialogContent/index.module.scss @@ -80,8 +80,11 @@ } } - &.editParty, &.conflict { + max-height: 80vh; + } + + &.editParty { min-height: 80vh; .container {