Skip to content

Commit

Permalink
publiclab#5270 Align checkbox with the text.
Browse files Browse the repository at this point in the history
  • Loading branch information
shivam15 committed Apr 5, 2019
1 parent 91841e5 commit 0ef94c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/editor/rich.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@

<br>
<label>
<input id="obscureLocation" type="checkbox" onchange='editor.mapModule.blurredLocation.setBlurred(document.getElementById("obscureLocation").checked);'>
<input id="obscureLocation" type="checkbox" style="vertical-align:middle;margin:0px" onchange='editor.mapModule.blurredLocation.setBlurred(document.getElementById("obscureLocation").checked);'>
Blur my location
</label>
<a href="https://publiclab.org/location-privacy">Learn more</a>
Expand Down

0 comments on commit 0ef94c0

Please sign in to comment.