[ARVADOS-WORKBENCH2] updated: 2.3.0-217-g563b376a
Git user
git at public.arvados.org
Mon Mar 28 16:27:16 UTC 2022
Summary of changes:
src/components/multi-panel-view/multi-panel-view.tsx | 1 -
src/views/process-panel/process-panel-root.tsx | 1 -
2 files changed, 2 deletions(-)
via 563b376a94e7e3a56206c5ba90154f3531bff1f7 (commit)
from d1fa1c888be0d956178cc29cd78dbb924a7606c1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 563b376a94e7e3a56206c5ba90154f3531bff1f7
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date: Mon Mar 28 13:26:23 2022 -0300
16672: Fixes cypress tests by fixing layout issues.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>
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<CssRules> = 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<CssRules> = (theme: ArvadosTheme) => ({
root: {
width: '100%',
- height: '100%',
},
});
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list