diff --git a/webapp/public/style_domjudge.css b/webapp/public/style_domjudge.css index 8884a7441e..22e03c303d 100644 --- a/webapp/public/style_domjudge.css +++ b/webapp/public/style_domjudge.css @@ -630,3 +630,8 @@ blockquote { padding-left: .5em; color: darkgrey; } + +.category-best { + margin-right: 2em; + font-weight: normal; +} diff --git a/webapp/templates/partials/scoreboard_table.html.twig b/webapp/templates/partials/scoreboard_table.html.twig index 84fcb20138..7e2ab04023 100644 --- a/webapp/templates/partials/scoreboard_table.html.twig +++ b/webapp/templates/partials/scoreboard_table.html.twig @@ -201,7 +201,7 @@ {% if usedCategories | length > 1 and scoreboard.bestInCategory(score.team, limitToTeamIds) %} - + {{ score.team.category.name }} {% endif %} @@ -330,7 +330,7 @@ {% for category in scoreboard.categories | filter(category => usedCategories[category.categoryid] is defined) %} - + {% set link = null %} {% if jury %}