Skip to content

Commit

Permalink
Fix conflict-marker spacing (#4128)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheap-glitch committed Apr 2, 2021
1 parent 787336c commit 1225061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions source/features/align-issue-labels.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
order: 1;
}

.rgh-align-issue-labels .js-issue-row .h4, /* Title */
.rgh-align-issue-labels .js-issue-row .d-inline-block.mr-1 { /* Build status */
padding-right: 4px; /* Space before the build status */
margin-left: 4px;
}

.rgh-align-issue-labels .js-issue-row .mt-1.text-small.text-gray, /* GHE */
Expand Down
2 changes: 1 addition & 1 deletion source/features/conflict-marker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ async function init(): Promise<false | void> {
if (data[pr.key].pullRequest.mergeable === 'CONFLICTING') {
pr.link.after(
<a
className="rgh-conflict-marker tooltipped tooltipped-e m-0 text-gray color-text-secondary mr-1"
className="rgh-conflict-marker tooltipped tooltipped-e text-gray color-text-secondary ml-2"
aria-label="This PR has conflicts that must be resolved"
href={`${pr.link.pathname}#partial-pull-merging`}
>
Expand Down

0 comments on commit 1225061

Please sign in to comment.