diff --git a/styles/pr-commit-view.less b/styles/pr-commit-view.less index f39b4b3e33..eab4fbbe89 100644 --- a/styles/pr-commit-view.less +++ b/styles/pr-commit-view.less @@ -3,14 +3,6 @@ @default-padding: @component-padding; @avatar-dimensions: 16px; -.github-PrCommitsView { - - &-load-more-button { - display: block; - margin: 20px auto 0; - } -} - .github-PrCommitView { &-container { @@ -72,7 +64,7 @@ } &-moreButton { - border: none; + margin: 0 auto 0 @default-padding; padding: 0em .2em; color: @text-color-subtle; font-style: italic;