Skip to content

Commit

Permalink
fix: リーグ表が見切れる問題を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
testusuke committed May 21, 2024
1 parent 0dec2f0 commit 70da970
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/league/table/leagueTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export default async function LeagueTable(props: LeagueTableProps) {
<Stack
spacing={0}
direction={"row"}
overflow={"auto"}
>
{cells}
</Stack>
Expand Down

0 comments on commit 70da970

Please sign in to comment.