From 6df7cf066a4ba79ef06686a24cf31b3cd739b3b6 Mon Sep 17 00:00:00 2001 From: pkupczyk <piotr.kupczyk@id.ethz.ch> Date: Wed, 18 Dec 2019 20:19:07 +0100 Subject: [PATCH] SSDM-7583 : ObjectTypeForm - fix a layout problem where the form buttons where pushed down too far after an upgrade to Chrome 79 --- openbis_ng_ui/src/js/components/common/content/Content.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbis_ng_ui/src/js/components/common/content/Content.jsx b/openbis_ng_ui/src/js/components/common/content/Content.jsx index 23e13967f7c..29f73ed64a2 100644 --- a/openbis_ng_ui/src/js/components/common/content/Content.jsx +++ b/openbis_ng_ui/src/js/components/common/content/Content.jsx @@ -19,7 +19,7 @@ const styles = { zIndex: 1000 }, component: { - height: '100%', + height: 0, flex: '1 1 100%' }, visible: { -- GitLab