From 6a033d31e75fb1a8aaae2879296ec872d4ad4f61 Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Thu, 29 Dec 2022 12:58:25 +0300 Subject: [PATCH] Fix .TabLayout .Tabs jumping Signed-off-by: Alex Andreev --- src/renderer/components/layout/tab-layout.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/renderer/components/layout/tab-layout.scss b/src/renderer/components/layout/tab-layout.scss index 7ab3395e15..5753129a60 100755 --- a/src/renderer/components/layout/tab-layout.scss +++ b/src/renderer/components/layout/tab-layout.scss @@ -11,7 +11,8 @@ > .Tabs { background: var(--layoutTabsBackground); - min-height: 36px; + flex-shrink: 0; + height: 34px; } main {