fix apstats table spacing

This commit is contained in:
Kalle (Sendou)
2021-02-03 01:08:15 +02:00
parent 08dcab1128
commit 64840230e2

View File

@@ -23,8 +23,8 @@ interface Props {
const APStats: React.FC<Props> = ({ stats }) => {
if (Number.isNaN(stats[0].average)) return null;
return (
<Flex justify="space-evenly" flexWrap="wrap" mt={6}>
<Table maxW={64}>
<Flex justify="space-evenly" flexWrap="wrap">
<Table maxW={64} mt={6}>
<TableHead>
<TableRow>
<TableHeader>
@@ -65,7 +65,7 @@ const APStats: React.FC<Props> = ({ stats }) => {
</TableBody>
</Table>
<Table maxW={64}>
<Table maxW={64} mt={6}>
<TableHead>
<TableRow>
<TableHeader>