0 Votes

Changes for page Office Importer

Last modified by Ryan C on 2025/04/30 08:04

From version 1.1
edited by Ryan C
on 2025/03/06 10:00
Change comment: Install extension [org.xwiki.platform:xwiki-platform-office-ui/17.1.0]
To version 2.1
edited by Ryan C
on 2025/04/14 06:58
Change comment: Install extension [org.xwiki.platform:xwiki-platform-office-ui/17.2.1]

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -2,3 +2,8 @@
2 2  #hierarchy.breadcrumb {
3 3   display: none;
4 4  }
5 +
6 +/* Needed to avoid an overflow of the input with a long filename in Firefox zoomed above 100 percent.*/
7 +#officeImportForm #filePath {
8 + max-width: 100%;
9 +}