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

Reducing too large MenuItems height

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-06-28 13:41:27 +03:00
parent 05ef1495e7
commit 439100f627

View File

@ -55,7 +55,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
color: var(--color); color: var(--color);
padding: 6px var(--padding); padding: calc(var(--padding) / 2) var(--padding);
margin-bottom: -3px; margin-bottom: -3px;
white-space: nowrap; white-space: nowrap;
text-decoration: none; text-decoration: none;