Skip to content

Commit

Permalink
CORE-5093: final changes (#739)
Browse files Browse the repository at this point in the history
* CORE-5093: final changes

* CORE: lint
  • Loading branch information
ekachxaidze98 authored Jan 29, 2025
1 parent ee66cb0 commit 9880f1e
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions src/modules/header/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 9880f1e

Please sign in to comment.