Skip to content

Instantly share code, notes, and snippets.

@jacoblyles
Created February 3, 2014 21:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jacoblyles/8793204 to your computer and use it in GitHub Desktop.
Save jacoblyles/8793204 to your computer and use it in GitHub Desktop.
Make github pull request view usable
span.css-truncate-target {
overflow: visible;
max-width: none;
}
.discussion-timeline {
width: auto;
}
@jacoblyles
Copy link
Author

Load this up in stylebot or something similar to stop truncation of file names in github PR view.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment