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

Fix metric bar gap

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-04-05 14:13:18 +03:00
parent 0d4bca1137
commit 9de6a9f6c8

View File

@ -7,7 +7,7 @@
--metric-color: gray;
display: flex;
gap: 0.5rem;
gap: var(--padding);
align-items: center;
}