Skip to content

Commit 4131dde

Browse files
nickygerritsenmeisterT
authored andcommitted
Use em.
1 parent ca71eaf commit 4131dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/src/Twig/TwigExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1116,7 +1116,7 @@ public function problemBadgeMaybe(ContestProblem $problem, ScoreboardMatrixItem
11161116
}
11171117

11181118
$ret = sprintf(
1119-
'<span class="badge problem-badge" style="font-size: x-small; background-color: %s; min-width: 18px; border: 1px solid %s;"><span style="color: %s;">%s</span></span>',
1119+
'<span class="badge problem-badge" style="background-color: %s; min-width: 2.3em; border: 1px solid %s"><span style="color: %s;">%s</span></span>',
11201120
$rgb,
11211121
$border,
11221122
$foreground,

0 commit comments

Comments
 (0)