From: Lucas Di Pentima Date: Mon, 28 Mar 2022 16:26:23 +0000 (-0300) Subject: 16672: Fixes cypress tests by fixing layout issues. X-Git-Tag: 2.4.0~2^2 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/563b376a94e7e3a56206c5ba90154f3531bff1f7 16672: Fixes cypress tests by fixing layout issues. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- diff --git a/src/components/multi-panel-view/multi-panel-view.tsx b/src/components/multi-panel-view/multi-panel-view.tsx index 2bff28cb..de824990 100644 --- a/src/components/multi-panel-view/multi-panel-view.tsx +++ b/src/components/multi-panel-view/multi-panel-view.tsx @@ -33,7 +33,6 @@ const styles: StyleRulesCallback = theme => ({ }, content: { overflow: 'auto', - display: 'contents', }, }); diff --git a/src/views/process-panel/process-panel-root.tsx b/src/views/process-panel/process-panel-root.tsx index 416faec7..156789a2 100644 --- a/src/views/process-panel/process-panel-root.tsx +++ b/src/views/process-panel/process-panel-root.tsx @@ -22,7 +22,6 @@ type CssRules = 'root'; const styles: StyleRulesCallback = (theme: ArvadosTheme) => ({ root: { width: '100%', - height: '100%', }, });