mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 14:48:41 +00:00
fix(web/blogs): table classes
This commit is contained in:
parent
ef7c6eb83d
commit
62010fd9e0
@ -37,7 +37,7 @@ EOD;
|
||||
$config['table_classes'] = array('table', 'table-hover');
|
||||
|
||||
if (isset($REQUIRE_LIB['bootstrap5'])) {
|
||||
$config['div_classes'] = array('card', 'my-3');
|
||||
$config['div_classes'] = array('card', 'my-3', 'table-responsive');
|
||||
$config['table_classes'] = array('table', 'uoj-table', 'mb-0');
|
||||
}
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user