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

Remove first column padding

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-01-27 12:21:50 +03:00
parent 57a2647a03
commit 4086b1cdc6

View File

@ -4,11 +4,6 @@
*/ */
.Catalog { .Catalog {
:global(.TableHead) .entityName {
/* offset for icon to align texts in the column */
padding-left: calc(21px + var(--padding) * 2.5);
}
:global(.TableRow):hover .pinIcon { :global(.TableRow):hover .pinIcon {
opacity: 1; opacity: 1;
} }