Skip to content

Commit

Permalink
Make button same height as testcase boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Nov 6, 2023
1 parent 5ac8a78 commit 27fa1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/templates/jury/submission.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@
{% elseif selectedJudging.result is not null %}
<form action="{{ path('jury_submission_request_remaining', {'judgingId': selectedJudging.judgingid}) }}" method="post"
style="display: inline; ">
<input type="submit" class="btn btn-outline-secondary btn-sm" value="judge remaining" />
<button type="submit" class="btn btn-outline-secondary btn-sm" style="padding: 0.1rem 0.5rem; font-size: 0.7em"><i class="fa-solid fa-gavel"></i> judge remaining</button>
</form>
{% endif %}
{% endif %}
Expand Down

0 comments on commit 27fa1f0

Please sign in to comment.