From 52f05a3a01095f607060f0704c0dc76c6c1efe4f Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Sat, 18 Feb 2023 10:52:12 +0800 Subject: [PATCH] fix(submissions): submission status badge --- web/app/models/UOJSubmission.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/models/UOJSubmission.php b/web/app/models/UOJSubmission.php index 094263b..8b49973 100644 --- a/web/app/models/UOJSubmission.php +++ b/web/app/models/UOJSubmission.php @@ -514,7 +514,7 @@ class UOJSubmission { echo $tag_st, ' class="small text-decoration-none">', $this->info['result_error'], $tag_ed; } } else { - echo $tag_st, ' class="vstack gap-1 d-inline-flex">'; + echo $tag_st, ' class="vstack d-inline-flex">'; if ($cfg['result_badge']) { echo ''; if ($actual_score == 100) {