diff --git a/src/containers/ReviewModal/ReviewModal.scss b/src/containers/ReviewModal/ReviewModal.scss index ca9731be..76db3d4f 100644 --- a/src/containers/ReviewModal/ReviewModal.scss +++ b/src/containers/ReviewModal/ReviewModal.scss @@ -5,10 +5,8 @@ overflow: auto !important; padding: inherit; - & > div.pgn__modal-body-content { - .row { - height: 100%; - } + & > div.pgn__modal-body-content .row { + height: 100%; } .content-block { @@ -39,4 +37,4 @@ width: 100%; } } -} \ No newline at end of file +}