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

Fix: font-size jumping in Catalog sidebar (#3667)

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-08-24 23:38:38 +03:00 committed by GitHub
parent 5f89b3e31f
commit c508596ded
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,11 +25,10 @@
.root {
color: var(--textColorTertiary);
min-height: 26px;
}
.label {
font-size: var(--font-size);
font-size: var(--font-size)!important;
background-color: transparent!important;
&:hover {