diff --git a/src/components/Sidebar.module.css b/src/components/Sidebar.module.css index 674a5dc8..b4eda1e2 100644 --- a/src/components/Sidebar.module.css +++ b/src/components/Sidebar.module.css @@ -30,6 +30,7 @@ .title { font-size: var(--text-reduced); padding-top: 20px; + text-wrap: pretty; } .toggleButton { @@ -49,6 +50,9 @@ flex-grow: 1; position: relative; overflow-y: auto; + & ul li h4 { + text-wrap: pretty; + } } .active a h4 {