Skip to content

Commit

Permalink
Small correction for changeset lists
Browse files Browse the repository at this point in the history
  • Loading branch information
mrliptontea committed Nov 20, 2016
1 parent beeff24 commit af40d82
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/sass/components/_issue.scss
Original file line number Diff line number Diff line change
Expand Up @@ -596,8 +596,6 @@ span.private {
color: $gray;

> a {
margin-left: .5em;
float: right;
font-family: $font-family-monospace;
font-weight: $font-weight-bold;
}
Expand Down
4 changes: 4 additions & 0 deletions src/sass/components/_list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ table.list {
margin-bottom: 0;
}

&.changesets {
margin-bottom: $line-height-computed;
}

th,
.table-list-header {
padding: $table-cell-padding;
Expand Down
2 changes: 1 addition & 1 deletion stylesheets/application.css

Large diffs are not rendered by default.

0 comments on commit af40d82

Please sign in to comment.