From f6122a2e5e35376cc558a79b4a4f51da8fe426eb Mon Sep 17 00:00:00 2001 From: ekachxaidze98 <65679299+ekachxaidze98@users.noreply.github.com> Date: Fri, 31 Jan 2025 13:26:43 +0400 Subject: [PATCH] CORE-5093: remove unused styles (#745) --- 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;