Skip to content

Commit

Permalink
Refs #141204 ensure that main column isn't enlarged over the sidebar …
Browse files Browse the repository at this point in the history
…section on edit
  • Loading branch information
ichim-david committed Nov 17, 2021
1 parent c98c260 commit f7a2868
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions theme/themes/eea/elements/header.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,10 @@
}
}
}

// #141204 ensure that main column isn't enlarged over the sidebar section
@media screen and (max-width: 1480px) {
.has-sidebar .logo-nav-wrapper {
flex-wrap: wrap;
}
}

0 comments on commit f7a2868

Please sign in to comment.