Skip to content

Commit 73fdbfd

Browse files
committed
Fixes issue of text overflow on sidebar in environment page
1 parent ccf750a commit 73fdbfd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/components/Sidebar.module.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949
flex-grow: 1;
5050
position: relative;
5151
overflow-y: auto;
52+
& ul li h4 {
53+
text-wrap: pretty;
54+
}
5255
}
5356

5457
.active a h4 {

0 commit comments

Comments
 (0)