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 (#3093)

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-06-17 22:53:56 +03:00 committed by GitHub
parent eb45f45a7a
commit 74624b1fdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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