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

fix catalog list icon font size

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-06-17 18:31:20 +03:00
parent e47d26e1ce
commit 3f5eb8dc00

View File

@ -23,10 +23,10 @@
max-width: 40px; max-width: 40px;
display: flex; display: flex;
align-items: center; align-items: center;
}
.MuiAvatar-root { .iconCell > div * {
font-size: var(--unit); font-size: var(--unit);
}
} }
.nameCell { .nameCell {