Skip to content

Commit

Permalink
Merge pull request #99 from Netcentric/header-flyout-fix
Browse files Browse the repository at this point in the history
Fix adding new item in header changes layout
  • Loading branch information
lakshmishriaswathnarayana authored Nov 5, 2024
2 parents 46e7695 + 5ff5fdc commit 082a50a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions blocks/header/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -503,12 +503,15 @@ header.transparent nav[aria-expanded="true"] .nav-link-section a.nav-drop-text:h

header .nav-sections .nav-drop ul {
padding: 0;
gap: unset;
justify-content: space-between;
flex-wrap: wrap;
row-gap: 40px;
}

/* stylelint-disable-next-line no-descending-specificity */
header .nav-sections ul > li .nav-sublist ul {
gap: 44px 16px;
}

/* stylelint-disable-next-line no-descending-specificity */
header .nav-sections .nav-drop ul li a:any-link {
padding: 0 16px;
Expand Down

0 comments on commit 082a50a

Please sign in to comment.