diff --git a/src/renderer/components/+catalog/catalog.module.scss b/src/renderer/components/+catalog/catalog.module.scss index 1aea6c7184..25d564eba8 100644 --- a/src/renderer/components/+catalog/catalog.module.scss +++ b/src/renderer/components/+catalog/catalog.module.scss @@ -4,11 +4,6 @@ */ .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 { opacity: 1; }