Skip to content

Commit

Permalink
fix(frontend): Improve layout of "Show results to participants" option
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Apr 20, 2024
1 parent e802ab4 commit ab6a4c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ <h3>{{ preset.title }}</h3>
</label>
<input class="form-check-input" type="checkbox" id="anonymous" formControlName="anonymous">
</div>
<div class="form-group form-check" formGroupName="showResultGroup">
<div class="mt-3" formGroupName="showResultGroup">
<label>Show results to participants</label>
<div class="form-check">
<input class="form-check-input"
Expand Down

0 comments on commit ab6a4c2

Please sign in to comment.