Skip to content

Commit

Permalink
Fix label spacing for lines
Browse files Browse the repository at this point in the history
  • Loading branch information
xmunoz committed Jul 13, 2022
1 parent 2d1d77b commit 24ea491
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/javascript/styles/lines.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
margin: 10px;
}

.form-check-label {
margin-left: 2em;
}

label {
font-size: $font-size-medium;
}
Expand Down

0 comments on commit 24ea491

Please sign in to comment.