diff --git a/src/renderer/components/+catalog/catalog.module.css b/src/renderer/components/+catalog/catalog.module.css index 34f3fe2460..587d1fd8c4 100644 --- a/src/renderer/components/+catalog/catalog.module.css +++ b/src/renderer/components/+catalog/catalog.module.css @@ -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; }