From 3750b01df028e866636893db9e8e6caaab63bbf7 Mon Sep 17 00:00:00 2001 From: Sudarshan Kumar Date: Wed, 1 Jul 2020 15:44:13 +0530 Subject: [PATCH] Fixed Portal-Multi-Tab Issue Fixed Portal-Multi-Tab Issue Issue-ID: PORTAL-936 Change-Id: I71198ef118e0a172fc25507af1fe790c7bcf4015 Signed-off-by: Sudarshan Kumar --- .../src/app/layout/components/tabbar/tabbar.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portal-FE-common/src/app/layout/components/tabbar/tabbar.component.html b/portal-FE-common/src/app/layout/components/tabbar/tabbar.component.html index 31bb197c..2aecbbaa 100644 --- a/portal-FE-common/src/app/layout/components/tabbar/tabbar.component.html +++ b/portal-FE-common/src/app/layout/components/tabbar/tabbar.component.html @@ -86,9 +86,9 @@
+ [style.height]='tab.active? "45rem" : "45rem"'> -
-- 2.16.6