Skip to content

Commit

Permalink
Long filenames break rendering.
Browse files Browse the repository at this point in the history
Fixes pypi#338.

I opted to fix this with a CSS overflow property. In most cases, it
shouldn't look different, but for very long file names, such as in the
Pillow project, you'll be able to see it.

I notice that the compiled CSS is under version control; that seems
undesirable to me. Would there be any objections to adding something
like `warehouse/static/css/*.css` to `.gitignore`? How would that
interact with the `manifest.json`?
  • Loading branch information
wlonk committed Aug 5, 2015
1 parent eafcd84 commit f4a85fb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions warehouse/static/css/style-29c3ff51.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f4a85fb

Please sign in to comment.