From 4086b1cdc648d05494a828968f291b102a3d7c70 Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Thu, 27 Jan 2022 12:21:50 +0300 Subject: [PATCH] Remove first column padding Signed-off-by: Alex Andreev --- src/renderer/components/+catalog/catalog.module.scss | 5 ----- 1 file changed, 5 deletions(-) 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; }