Skip to content

Commit

Permalink
Remove width overrides for issues sidebar/timeline
Browse files Browse the repository at this point in the history
A recent change to GitHub changed the way the page layout is calculated, and they seem to be using a standard framework for alignment now. This makes these width calculations redundant.
  • Loading branch information
nickcampbell18 authored and mdo committed Jul 29, 2019
1 parent 6a0b232 commit 17c1ba0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions github-wide.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,6 @@
padding-left: 0 !important;
}

/* Issues/PRs */
.discussion-sidebar {
width: 280px !important;
}
.discussion-timeline {
width: calc(100% - 300px) !important;
}
/* Undo for profile timeline */
.contribution-activity-listing .discussion-timeline {
width: 100% !important;
Expand Down

0 comments on commit 17c1ba0

Please sign in to comment.