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

Fix .TabLayout .Tabs jumping

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-12-29 12:58:25 +03:00
parent 37c3d65714
commit 6a033d31e7

View File

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