Skip to content

Commit

Permalink
XWIKI-22626: Long file names collide with elements from the right sid…
Browse files Browse the repository at this point in the history
…e on Office Importer on Firefox

* Fixed the overflow by adding a max-width. This is a safe change that will only act when there's an overflow. The regular use case shouldn't be influenced by this change.
  • Loading branch information
Sereza7 committed Dec 17, 2024
1 parent 82492a1 commit 08752d6
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,11 @@
<code>.xdocLastModification,
#hierarchy.breadcrumb {
display: none;
}

/* Needed to avoid an overflow of the input with a long filename in Firefox zoomed above 100 percent.*/
#officeImportForm #filePath {
max-width: 100%;
}</code>
</property>
<property>
Expand Down

0 comments on commit 08752d6

Please sign in to comment.