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:
parent
ba7f8e7ce3
commit
c164c3bd8d
@ -20,6 +20,11 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
.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 {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user