File Upload: It's possible for the Javascript file upload to fail a reflow on some very long file names #5774
Labels
🐛 bug
Something isn't working the way it should (including incorrect wording in documentation)
file upload
Description of the issue
As above; it seems there are certain situations where text isn't broken down enough, resulting in it trailing outside the box. The upload component seems to have chosen to split on a dash in the filename:
Steps to reproduce the issue
Actual vs expected behaviour
Expected: The file name reflows correctly to keep all text within the file upload box
Actual: The file name trails outside the file upload box
Environment (where applicable)
The text was updated successfully, but these errors were encountered: