16672: Fixes cypress tests by fixing layout issues. 16672-live-container-logs
authorLucas Di Pentima <lucas.dipentima@curii.com>
Mon, 28 Mar 2022 16:26:23 +0000 (13:26 -0300)
committerLucas Di Pentima <lucas.dipentima@curii.com>
Mon, 28 Mar 2022 16:26:23 +0000 (13:26 -0300)
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>

src/components/multi-panel-view/multi-panel-view.tsx
src/views/process-panel/process-panel-root.tsx

index 2bff28cb2bc249c3f07061e8f6a113b5e84c31a5..de8249909d3af4ba16c53b49490ec0144bc6b4d0 100644 (file)
@@ -33,7 +33,6 @@ const styles: StyleRulesCallback<CssRules> = theme => ({
     },
     content: {
         overflow: 'auto',
-        display: 'contents',
     },
 });
 
index 416faec7ef30c7388bf6b0d92d93286a52d7c40a..156789a20dbe85c1427305ecbf4ab06d9a387ff5 100644 (file)
@@ -22,7 +22,6 @@ type CssRules = 'root';
 const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
     root: {
         width: '100%',
-        height: '100%',
     },
 });