Module:Hlist/styles.css: Difference between revisions

No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 30: Line 30:
display: inline;
display: inline;
}
}




Line 40: Line 39:
     white-space: normal; /* Enable wrapping */
     white-space: normal; /* Enable wrapping */
     word-wrap: break-word; /* Break long words or links */
     word-wrap: break-word; /* Break long words or links */
     overflow-wrap: break-word; /* Ensure compatibility */
     overflow-wrap: anywhere; /* Ensure compatibility */
}
}
.navboxMobile .hlist a {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: anywhere;
}