diff --git a/src/components/Onfido/index.css b/src/components/Onfido/index.css index 9c0c627358fd..5c76f42037a5 100644 --- a/src/components/Onfido/index.css +++ b/src/components/Onfido/index.css @@ -46,11 +46,11 @@ spacing makes room for the header without cutting off the bottom of the Onfido window. */ height: 92% !important; } -} -/* -* Solves issue with height not working for `onfido-sdk-ui-Modal-inner` container when device width is in between 490 - 600pixels. -*/ -#onfido-mount { - height: 100%; + /* + * Solves issue with height not working for `onfido-sdk-ui-Modal-inner` container when device width is in between 490 - 600pixels. + */ + #onfido-mount { + height: 100%; + } } \ No newline at end of file