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 3, 2024
1 parent f9f16a9 commit 4b9ab97
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 4b9ab97

Please sign in to comment.