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

Fine-tuning ItemListLayout input sizes

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-02-01 14:05:29 +03:00
parent c51a2a17e7
commit 5dbde20a91
2 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,8 @@
.NamespaceSelect {
.Select {
&__value-container {
margin-bottom: 0;
margin-bottom: 0px;
padding-bottom: 2px;
}
}
}

View File

@ -50,6 +50,7 @@ html {
&__value-container {
margin-bottom: 1px;
color: var(--textColorTertiary);
}
&__indicator {