Skip to content

Commit

Permalink
fix: text overflow in menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
wackerow committed May 17, 2024
1 parent 2f2e1a4 commit 518fcc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ body,
color: var(--color-primary);
font-weight: bold;
font-size: var(--size-left-nav-title);
white-space: normal;
height: fit-content;
}

/* Selecting the vertical menu anchor elements */
Expand Down

0 comments on commit 518fcc6

Please sign in to comment.