Skip to content

Commit

Permalink
Fix align-issue-labels on milestones (#6059)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Oct 10, 2022
1 parent ed0de5f commit 828cdc9
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion source/features/align-issue-labels.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
flex-wrap: wrap;
}

.rgh-align-issue-labels .js-issue-row .lh-default.d-block.d-md-inline { /* Labels */
.rgh-align-issue-labels .js-issue-row .min-width-0 > .lh-default { /* Labels */
order: 1;
}

Expand All @@ -28,3 +28,14 @@
margin-top: 4px;
font-size: 11px !important;
}

/*
# Test URLs
https://github.com/pulls
https://github.com/bmish/eslint-doc-generator/pulls
https://github.com/bmish/eslint-doc-generator/issues
https://github.com/bmish/eslint-doc-generator/milestone/1
*/

0 comments on commit 828cdc9

Please sign in to comment.