diff --git a/web/app/controllers/problem_list.php b/web/app/controllers/problem_list.php index 3b92538..a6a7cef 100644 --- a/web/app/controllers/problem_list.php +++ b/web/app/controllers/problem_list.php @@ -114,7 +114,7 @@ EOD; $pag = new Paginator($pag_config); $div_classes = isset($REQUIRE_LIB['bootstrap5']) - ? array('card', 'my-3', 'overflow-auto') + ? array('card', 'my-3', 'table-responsive') : array('table-responsive'); $table_classes = isset($REQUIRE_LIB['bootstrap5']) ? array('table', 'uoj-table', 'mb-0') diff --git a/web/app/controllers/problem_set.php b/web/app/controllers/problem_set.php index 5772de0..8ea93c3 100644 --- a/web/app/controllers/problem_set.php +++ b/web/app/controllers/problem_set.php @@ -163,7 +163,7 @@ EOD; $pag = new Paginator($pag_config); $div_classes = isset($REQUIRE_LIB['bootstrap5']) - ? array('card', 'my-3', 'overflow-auto') + ? array('card', 'my-3', 'table-responsive') : array('table-responsive'); $table_classes = isset($REQUIRE_LIB['bootstrap5']) ? array('table', 'uoj-table', 'mb-0') diff --git a/web/app/libs/uoj-html-lib.php b/web/app/libs/uoj-html-lib.php index bb1fb7e..d8b63ea 100644 --- a/web/app/libs/uoj-html-lib.php +++ b/web/app/libs/uoj-html-lib.php @@ -374,7 +374,7 @@ function echoSubmissionsListOnlyOne($submission, $config, $user) { global $REQUIRE_LIB; if (isset($REQUIRE_LIB['bootstrap5'])) { - echo '