Module:Hlist/styles.css: Difference between revisions
EnWikiAdmin (talk | contribs) No edit summary |
EnWikiAdmin (talk | contribs) 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: | overflow-wrap: anywhere; /* Ensure compatibility */ | ||
} | } | ||
.navboxMobile .hlist a { | |||
white-space: normal; | |||
word-wrap: break-word; | |||
overflow-wrap: anywhere; | |||
} | |||