Skip to content

Instantly share code, notes, and snippets.

@nacin
Created October 16, 2015 06:02
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 nacin/c243e32f477403af53d2 to your computer and use it in GitHub Desktop.
Save nacin/c243e32f477403af53d2 to your computer and use it in GitHub Desktop.
User style for GitHub issues to show the issue owner's name, rather than a 4-pixel avatar. Inspired by @mdickers47.
.issues-listing .table-list-issues .issue-title {
width: 700px;
}
.issues-listing .table-list-issues .table-list-cell-avatar {
width: auto;
}
.issues-listing .table-list-issues .table-list-cell-avatar img {
content: "";
}
.issues-listing .table-list-issues .table-list-cell-avatar img::before{
content: attr(alt);
font-size: 13px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment