From a82ac17a702339bdb1af830a6581e3b30b3f5ec1 Mon Sep 17 00:00:00 2001 From: aribeiro Date: Wed, 14 Apr 2021 15:43:59 +0100 Subject: Fix add property to a VFC Added properties to a VFC were not being displayed on the UI Issue-ID: SDC-3559 Signed-off-by: aribeiro Change-Id: Iede582ada4a25ddfb8f5ca5936c71e5c2b25e50b --- .../src/app/view-models/workspace/tabs/properties/properties.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'catalog-ui/src/app/view-models/workspace/tabs') diff --git a/catalog-ui/src/app/view-models/workspace/tabs/properties/properties.less b/catalog-ui/src/app/view-models/workspace/tabs/properties/properties.less index 48c462e143..0797126cb8 100644 --- a/catalog-ui/src/app/view-models/workspace/tabs/properties/properties.less +++ b/catalog-ui/src/app/view-models/workspace/tabs/properties/properties.less @@ -60,7 +60,8 @@ } .table{ - height:490px; + height: 100%; + min-height: 500px; margin-bottom: 0; } -- cgit 1.2.3-korg