This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch bugfix/force-word-wrap-in-nav-sidebar
in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git

commit 9787dd773a043705a7cdab0e6fdf5f38293ecdd7
Author: Konrad Windszus <k...@apache.org>
AuthorDate: Fri Sep 12 12:41:51 2025 +0200

    Prevent overflow in sidebar nav
    
    Force word wrap even inside word boundaries if otherwise text would
    overflow.
    
    This closes #313
---
 src/main/resources/css/maven-theme.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/resources/css/maven-theme.css 
b/src/main/resources/css/maven-theme.css
index 0c558d1..3fa66be 100644
--- a/src/main/resources/css/maven-theme.css
+++ b/src/main/resources/css/maven-theme.css
@@ -79,6 +79,7 @@ table.zebra-striped {
 .sidebar-nav {
   padding-left: 0px;
   padding-right: 0px;
+  word-wrap: break-word;
 }
 
 .sidebar-nav .icon-chevron-right, .sidebar-nav .icon-chevron-down {

Reply via email to