Skip to content

Commit ef836fe

Browse files
Display as table to center align properly
1 parent 6f0d7df commit ef836fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

webapp/templates/partials/scoreboard_table.html.twig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</style>
2929
{% endif %}
3030
31-
<table class="d-none d-md-block scoreboard center {% if jury %}scoreboard_jury{% endif %}">
31+
<table class="d-none d-md-table scoreboard center {% if jury %}scoreboard_jury{% endif %}">
3232
3333
{# output table column groups (for the styles) #}
3434
<colgroup>
@@ -533,7 +533,7 @@
533533
{% else %}
534534
{% set cellColors = {first: 'Solved first', correct: 'Solved', incorrect: 'Tried, incorrect', pending: 'Tried, pending', neutral: 'Untried'} %}
535535
{% endif %}
536-
<table id="cell_legend" class="d-none d-md-block scoreboard scorelegend {% if jury %}scoreboard_jury{% endif %}">
536+
<table id="cell_legend" class="d-none d-md-table scoreboard scorelegend {% if jury %}scoreboard_jury{% endif %}">
537537
<thead>
538538
<tr>
539539
<th scope="col">Cell colours</th>
@@ -552,7 +552,7 @@
552552
{% endif %}
553553
554554
{% if medalsEnabled %}
555-
<table class="d-none d-md-block scoreboard scorelegend {% if jury %}scoreboard_jury{% endif %}">
555+
<table class="d-none d-md-table scoreboard scorelegend {% if jury %}scoreboard_jury{% endif %}">
556556
<thead>
557557
<tr>
558558
<th scope="col">Medals {% if not scoreboard.freezeData.showFinal %}(tentative){% endif %}</th>

0 commit comments

Comments
 (0)