We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fc3ae1 commit 5854cd6Copy full SHA for 5854cd6
services/app/apps/codebattle/assets/js/widgets/pages/game/UserGameScore.jsx
@@ -15,7 +15,7 @@ function UserGameScore({ userId }) {
15
}
16
17
const score = results[userId];
18
- const scoreResultClass = cn('ml-2', {
+ const scoreResultClass = cn('ml-2 text-center', {
19
'cb-game-score-won': winnerId === userId,
20
'cb-game-score-lost': winnerId !== null && winnerId !== userId,
21
'cb-game-score-draw': winnerId === null,
0 commit comments