Skip to content

Commit

Permalink
Merge pull request #4318 from Codeinwp/bugfix/2868
Browse files Browse the repository at this point in the history
Fixed submenu text wrapping issue on mobile
  • Loading branch information
vytisbulkevicius authored Nov 11, 2024
2 parents 3888af1 + ac26138 commit f3d08f1
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 f3d08f1

Please sign in to comment.