summaryrefslogtreecommitdiff
path: root/source/features/profile-gists-link.css
blob: 5ab0420489eeae94ef3b6f31e7674b8855a0e593 (plain) (blame)
1
2
3
4
5
/* Fix wrapping text on tabs when feature is enabled #1757 */
.UnderlineNav-item:nth-last-child(n+7),
.UnderlineNav-item:nth-last-child(n+7) ~ * {
	margin-right: 6px;
}