Skip to content

Commit

Permalink
Fix: Margin missing sometimes in the PR sidebar (#4866)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheap-glitch committed Oct 4, 2021
1 parent d6b809b commit bee79da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/features/clean-repo-sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
}

/* Align the top of the sidebar with the main page content */
.rgh-clean-repo-sidebar .gutter-condensed > :last-child {
/* Avoid breaking the sidebar alignment in PR discussions #4642 */
.rgh-clean-repo-sidebar div:not(#discussion_bucket) > .gutter-condensed > :last-child {
margin-top: -16px !important;
}

0 comments on commit bee79da

Please sign in to comment.