Skip to content

Commit

Permalink
fix: submenu text wrapping issue on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
girishpanchal30 committed Nov 7, 2024
1 parent 3888af1 commit ac26138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scss/components/elements/navigation/_nav-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@

li:not([class*="block"]) > .wrap > a {
padding: $spacing-sm 0;
white-space: unset;
white-space: normal;
}

.caret svg {
Expand Down

0 comments on commit ac26138

Please sign in to comment.