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

Long filenames break rendering. #585

Merged
merged 1 commit into from
Aug 5, 2015

Commits on Aug 5, 2015

  1. Long filenames break rendering.

    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`?
    wlonk committed Aug 5, 2015
    Configuration menu
    Copy the full SHA
    f4a85fb View commit details
    Browse the repository at this point in the history