From 9c87cf3f3ad40fea07c1accdaa475964105e3acb Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Sat, 13 Feb 2021 12:42:23 +0100 Subject: [PATCH] fixed tabs on side with compact theme --- terminus-core/src/theme.compact.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/terminus-core/src/theme.compact.scss b/terminus-core/src/theme.compact.scss index 69a5d256..30248c59 100644 --- a/terminus-core/src/theme.compact.scss +++ b/terminus-core/src/theme.compact.scss @@ -1,6 +1,10 @@ @import './theme.scss'; app-root { + .tabs-on-side .tab-bar { + height: 100% !important; + } + .tab-bar { height: 27px !important;