From 563b376a94e7e3a56206c5ba90154f3531bff1f7 Mon Sep 17 00:00:00 2001 From: Lucas Di Pentima Date: Mon, 28 Mar 2022 13:26:23 -0300 Subject: [PATCH] 16672: Fixes cypress tests by fixing layout issues. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- src/components/multi-panel-view/multi-panel-view.tsx | 1 - src/views/process-panel/process-panel-root.tsx | 1 - 2 files changed, 2 deletions(-) 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%', }, }); -- 2.30.2