Fix bootstrap CSS issues in Safari and Chrome

This commit is contained in:
Sebastian Serth
2018-11-06 14:18:58 +01:00
parent 45694ca838
commit c44478783a
7 changed files with 20 additions and 10 deletions

View File

@@ -84,7 +84,7 @@ configureEditors: function () {
if (result.stderr && !result.score) {
return 'card bg-danger text-white';
} else if (result.score < 1) {
return 'card bg-warning';
return 'card bg-warning text-white';
} else {
return 'card bg-success text-white';
}