diff --git a/src/containers/ReviewModal/ReviewModal.scss b/src/containers/ReviewModal/ReviewModal.scss index c50e7aa5..df8b483b 100644 --- a/src/containers/ReviewModal/ReviewModal.scss +++ b/src/containers/ReviewModal/ReviewModal.scss @@ -4,12 +4,8 @@ background-color: $gray-300 !important; padding: inherit; - & > div.pgn__modal-body-content { + & > div.pgn__modal-body-content .row { height: 100%; - - .row { - height: 100%; - } } .content-block { @@ -40,4 +36,4 @@ width: 100%; } } -} \ No newline at end of file +}