From c481f6c87f0519753b76f9a304aa383283015194 Mon Sep 17 00:00:00 2001 From: ekachxaidze98 Date: Fri, 31 Jan 2025 13:25:18 +0400 Subject: [PATCH] CORE-5093: remove unused styles --- src/modules/header/styles.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/modules/header/styles.css b/src/modules/header/styles.css index 48db6a1a..92b95287 100644 --- a/src/modules/header/styles.css +++ b/src/modules/header/styles.css @@ -379,7 +379,6 @@ } & .group:nth-child(1) { - text-align: center; border-right: 1px dashed var(--gray-300); } } @@ -444,7 +443,7 @@ align-items: flex-start; justify-content: center; width: max-content; - min-width: 215px; + min-width: 225px; height: 68px; padding: .5rem; margin-top: 1rem;