Skip to content

Commit 3b907ea

Browse files
When we don't show affiliation logos, make problem cell only 2 wide.
1 parent a249127 commit 3b907ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/templates/partials/scoreboard_table.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@
470470
<td rowspan="2">{{ totalPoints }}<br/><span class="scorett" style="font-weight: normal;">{{ totalTime }}</span></td>
471471
</tr>
472472
<tr style="height: 32px;">
473-
<td colspan="3" class="text-end">
473+
<td colspan="{% if showAffiliationLogos %}3{% else %}2{% endif %}" class="text-end">
474474
<span class="mobile-problem-badges me-2 ms-2">
475475
{% for problem in problems %}
476476
{% set matrixItem = scoreboard.matrix[score.team.teamid][problem.probid] %}

0 commit comments

Comments
 (0)