Changes for page Office Importer
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 +}