Skip to content

Commit c0f9b32

Browse files
Display as table to center align properly
1 parent cd5c91f commit c0f9b32

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>
@@ -535,7 +535,7 @@
535535
{% else %}
536536
{% set cellColors = {first: 'Solved first', correct: 'Solved', incorrect: 'Tried, incorrect', pending: 'Tried, pending', neutral: 'Untried'} %}
537537
{% endif %}
538-
<table id="cell_legend" class="d-none d-md-block scoreboard scorelegend {% if jury %}scoreboard_jury{% endif %}">
538+
<table id="cell_legend" class="d-none d-md-table scoreboard scorelegend {% if jury %}scoreboard_jury{% endif %}">
539539
<thead>
540540
<tr>
541541
<th scope="col">Cell colours</th>
@@ -554,7 +554,7 @@
554554
{% endif %}
555555
556556
{% if medalsEnabled %}
557-
<table class="d-none d-md-block scoreboard scorelegend {% if jury %}scoreboard_jury{% endif %}">
557+
<table class="d-none d-md-table scoreboard scorelegend {% if jury %}scoreboard_jury{% endif %}">
558558
<thead>
559559
<tr>
560560
<th scope="col">Medals {% if not scoreboard.freezeData.showFinal %}(tentative){% endif %}</th>

0 commit comments

Comments
 (0)