From 9880f1e48f82e86da4ffbe67aea557c0feee5f49 Mon Sep 17 00:00:00 2001 From: ekachxaidze98 <65679299+ekachxaidze98@users.noreply.github.com> Date: Wed, 29 Jan 2025 18:37:27 +0400 Subject: [PATCH] CORE-5093: final changes (#739) * CORE-5093: final changes * CORE: lint --- src/modules/header/styles.css | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/modules/header/styles.css b/src/modules/header/styles.css index e537b4fa..bf0dced4 100644 --- a/src/modules/header/styles.css +++ b/src/modules/header/styles.css @@ -430,11 +430,7 @@ flex-direction: row; width: max-content; max-height: 20rem; - } - - & .group:nth-child(1) { - text-align: center; - border-right: 1px dashed var(--gray-300); + gap: 16px; } } } @@ -534,6 +530,15 @@ flex-direction: column; } +.support-menu .group-list { + display: flex; + flex-direction: column; +} + +.support-menu .group-title { + text-align: start; +} + @media (--header-breakpoint-up) { .select { position: relative;