Skip to content

Commit

Permalink
Feedback fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
busches committed Feb 14, 2019
1 parent 9474f14 commit ebfe2b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/content.css
Expand Up @@ -1099,5 +1099,8 @@ body > .footer li a {
/* Fix wrapping text on tabs when gists tab is enabled on profile #1757 */
nav.UnderlineNav-body a:nth-last-child(n+7).UnderlineNav-item,
nav.UnderlineNav-body a:nth-last-child(n+7).UnderlineNav-item ~ * {
/* Fix wrapping text on tabs when profile-gists-link feature is enabled #1757 */
.UnderlineNav-item:nth-last-child(n+7),
.UnderlineNav-item:nth-last-child(n+7) ~ * {
margin-right: 8px;
}

0 comments on commit ebfe2b9

Please sign in to comment.