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:
parent
50d9b9b467
commit
42033525e2
@ -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%;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user