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

Reducing container selector size

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2020-10-22 15:11:15 +03:00
parent c962ea68ad
commit 99b6babb8d

View File

@ -86,4 +86,10 @@
--size: $unit * 2;
}
}
.PodLogControls {
.Select {
min-width: 150px;
}
}
}