From 7cb7d9573f121bbcca742853af2a01161359706c Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Thu, 29 Dec 2022 14:31:35 +0300 Subject: [PATCH] Fix .TabLayout .Tabs jumping (#6843) Signed-off-by: Alex Andreev 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 {