Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text wrapping for long file names #160

Closed
lmarini opened this issue Jan 21, 2021 · 0 comments · Fixed by #163
Closed

Text wrapping for long file names #160

lmarini opened this issue Jan 21, 2021 · 0 comments · Fixed by #163

Comments

@lmarini
Copy link
Member

lmarini commented Jan 21, 2021

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

Screen Shot 2021-01-21 at 12 35 25 PM

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

Screen Shot 2021-01-21 at 12 35 59 PM

A few places where this needs to be added:

  • Listing of files
  • File page (main title and title on the right column)
lmarini added a commit that referenced this issue Jan 29, 2021
…words that are too long.

This issue is obvious with files names that are very long.
Applied to fix to collectios, datasets, spaces titles as well where I saw an issue.
There might be more places where this could be applied.
lmarini added a commit that referenced this issue Feb 1, 2021
…words that are too long. (#163)

This issue is obvious with files names that are very long.
Applied to fix to collectios, datasets, spaces titles as well where I saw an issue.
There might be more places where this could be applied.
@lmarini lmarini mentioned this issue Feb 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant