Skip to content

Commit

Permalink
CONCD-924 padding between Nothing to transcribe and the checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
rasarkar committed Nov 12, 2024
1 parent 852c9f3 commit 5e2e93f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h2 id="message-contributors" {% if transcription_status == 'not_started' %}hidd
{% if transcription_status == 'not_started' or transcription_status == 'in_progress' %}
<div class="form-check mt-0 mb-3 d-flex justify-content-center w-100">
<input id="nothing-to-transcribe" type="checkbox" class="form-check-input" />
<label class="form-check-label ml-1" for="nothing-to-transcribe">
<label class="form-check-label ms-1" for="nothing-to-transcribe">
Nothing to transcribe
</label>

Expand Down

0 comments on commit 5e2e93f

Please sign in to comment.