For long file names with no spaces in the name the text doesn't wrap around within the div.

Looks like word-wrap: break-word; fixes the issue. Will need to apply this in a few places.

A few places where this needs to be added:
- Listing of files
- File page (main title and title on the right column)
For long file names with no spaces in the name the text doesn't wrap around within the div.
Looks like
word-wrap: break-word;fixes the issue. Will need to apply this in a few places.A few places where this needs to be added: