Skip to content

Commit

Permalink
fix: improve sidebar text wrapping and layout
Browse files Browse the repository at this point in the history
  • Loading branch information
hsy822 committed Feb 6, 2025
1 parent d60f4c2 commit 0c4d05a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -380,3 +380,11 @@ body .pagination-item-label {
width: 100%;
display:block;
}

.sidebar-nav li,
.sidebar-nav li * {
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
word-break: break-word !important;
}

0 comments on commit 0c4d05a

Please sign in to comment.