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

fix: helm chart icon has incorrect width when window/screen size is small

Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
Roman 2021-10-28 15:08:40 +03:00
parent 50d9b9b467
commit 42033525e2

View File

@ -37,12 +37,14 @@
}
&.icon {
display: flex;
flex-grow: 0.3;
$iconSize: $unit * 3.5;
padding: 0;
display: flex;
flex-grow: 0;
flex-basis: $iconSize;
figure {
$iconSize: $unit * 3.5;
width: $iconSize;
height: $iconSize;
border-radius: 50%;