Skip to content

Commit

Permalink
align page-number input with pagination component on channel page
Browse files Browse the repository at this point in the history
  • Loading branch information
btzr-io committed Sep 7, 2018
1 parent 32debe1 commit a6adb2a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/renderer/scss/component/_pagination.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,11 @@
color: white;
background: var(--color-primary);
}

.pagination + .form-field {
margin: 0 $spacing-width * 2/3;

.form-field__input {
padding: 0;
}
}

0 comments on commit a6adb2a

Please sign in to comment.