Skip to content

Commit

Permalink
Fix radio button alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Oct 18, 2018
1 parent dce4597 commit 74a34e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rdmo/projects/static/projects/css/project_questions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@
&:last-child label {
margin-bottom: 0;
}
input[type='checkbox'] {
input[type='checkbox'],
input[type='radio'] {
margin-top: 8px;
margin-left: -25px;
}
Expand Down

0 comments on commit 74a34e2

Please sign in to comment.