1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix .TabLayout .Tabs jumping (#6843)

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-12-29 14:31:35 +03:00 committed by GitHub
parent 37c3d65714
commit 7cb7d9573f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,8 @@
> .Tabs {
background: var(--layoutTabsBackground);
min-height: 36px;
flex-shrink: 0;
height: 34px;
}
main {