Skip to content

Commit

Permalink
Merge pull request #497 from Afrin127329/bug/sidebar-text-overflow-#453
Browse files Browse the repository at this point in the history
Fix: Text overflow issue on sidebar in environment page
  • Loading branch information
Stefterv authored Jul 16, 2024
2 parents ad2e613 + 029d13b commit feb5896
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Sidebar.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
.title {
font-size: var(--text-reduced);
padding-top: 20px;
text-wrap: pretty;
}

.toggleButton {
Expand All @@ -49,6 +50,9 @@
flex-grow: 1;
position: relative;
overflow-y: auto;
& ul li h4 {
text-wrap: pretty;
}
}

.active a h4 {
Expand Down

0 comments on commit feb5896

Please sign in to comment.