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

added vertical alignment for texts in the name column

Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
Roman 2021-11-09 11:33:39 +02:00
parent ba7f8e7ce3
commit c164c3bd8d

View File

@ -20,6 +20,11 @@
*/
.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 {
display: block;
}