You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixespypi#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`?
Here's how https://warehouse.python.org/project/Pillow/ looks on my 1366x768 laptop:
The culprit appears to be
I'm sure this can be fixed with some CSS.
The text was updated successfully, but these errors were encountered: