Skip to content

Commit

Permalink
Fix spacing between items in the list on add another on mobiles
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldfallen committed Jan 12, 2018
1 parent cb0980c commit c450aa8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions assets/scss/look-and-feel/add-another.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,16 @@

.add-another-list-item {
@extend .cya-answer;

padding-top: em(12, 19);
padding-right: 7em;
@include media(desktop) {
padding-right: 0;
}
}

.add-another-list-controls {
@extend .cya-change;
padding-top: em(12, 19);
min-width: 6.5em;
}

0 comments on commit c450aa8

Please sign in to comment.