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:
parent
5f89b3e31f
commit
c508596ded
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user