Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1439973

Browse files
authored
Merge pull request atom#1877 from atom/aw/show-more-spacing
Give the "show more" button a left margin
2 parents b7eab9c + 9b61d09 commit 1439973

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

styles/pr-commit-view.less

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@
33
@default-padding: @component-padding;
44
@avatar-dimensions: 16px;
55

6-
.github-PrCommitsView {
7-
8-
&-load-more-button {
9-
display: block;
10-
margin: 20px auto 0;
11-
}
12-
}
13-
146
.github-PrCommitView {
157

168
&-container {
@@ -72,7 +64,7 @@
7264
}
7365

7466
&-moreButton {
75-
border: none;
67+
margin: 0 auto 0 @default-padding;
7668
padding: 0em .2em;
7769
color: @text-color-subtle;
7870
font-style: italic;

0 commit comments

Comments
 (0)