Changes for page Profile of XWikiUserSheet

Last modified by Ludovic Dubost on 2024/07/22 15:51

From version 11.1
edited by Ludovic Dubost
on 2022/04/20 17:59
Change comment: Install extension [org.xwiki.platform:xwiki-platform-user-profile-ui/14.0]
To version 10.1
edited by Ludovic Dubost
on 2020/12/03 18:41
Change comment: Install extension [org.xwiki.platform:xwiki-platform-user-profile-ui/12.8]

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -115,6 +115,10 @@
115 115   background-color: $theme.backgroundSecondaryColor;
116 116  }
117 117  
118 +.userInfo {
119 + -ms-word-break: break-all; /* IE8, IE9 */
120 +}
121 +
118 118  .userInfo a {
119 119   word-wrap: break-word;
120 120  }