Skip to content

Commit

Permalink
Ensure sidebar menu items do not overflow container.
Browse files Browse the repository at this point in the history
Long menu item names were overflowing the sidebar menu container. This should prevent that from happening.

DDFFORM-812
  • Loading branch information
LasseStaus committed Jun 6, 2024
1 parent b69c428 commit d048bca
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ $_menu_animation_delay: 0.2s;
text-decoration: none;
position: relative;
display: inline-block;
white-space: normal;
word-break: break-word;
}

.header__menu-navigation-link::after {
Expand Down

0 comments on commit d048bca

Please sign in to comment.