Skip to content

Commit feb5896

Browse files
authored
Merge pull request #497 from Afrin127329/bug/sidebar-text-overflow-#453
Fix: Text overflow issue on sidebar in environment page
2 parents ad2e613 + 029d13b commit feb5896

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/Sidebar.module.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
.title {
3131
font-size: var(--text-reduced);
3232
padding-top: 20px;
33+
text-wrap: pretty;
3334
}
3435

3536
.toggleButton {
@@ -49,6 +50,9 @@
4950
flex-grow: 1;
5051
position: relative;
5152
overflow-y: auto;
53+
& ul li h4 {
54+
text-wrap: pretty;
55+
}
5256
}
5357

5458
.active a h4 {

0 commit comments

Comments
 (0)