Changes for page Menu Macro

Last modified by teamwire005 on 2025/05/06 07:37

From version 8.1
edited by teamwire004
on 2024/07/12 13:15
Change comment: There is no comment for this version
To version 9.1
edited by teamwire005
on 2024/10/01 09:14
Change comment: Install extension [org.xwiki.platform:xwiki-platform-menu-ui/15.10.12]

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.teamwire004
1 +XWiki.teamwire005
XWiki.StyleSheetExtension[1]
Code
... ... @@ -133,13 +133,15 @@
133 133   margin-top: 0;
134 134   border-top-right-radius: 0;
135 135   border-top-left-radius: 0;
136 + overflow-wrap: break-word;
137 + hyphens: auto;
136 136   li {
137 137   /* Text inside menu */
138 138   color: @dropdown-link-color;
141 + padding: 3px 20px;
139 139   /* Links inside menu */
140 140   a {
141 141   display: block;
142 - padding: 3px 20px;
143 143   clear: both;
144 144   font-weight: normal;
145 145   line-height: @line-height-base;