Season/Teams: Update table height
This commit is contained in:
@ -52,5 +52,10 @@
|
|||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
{#await data.teams then teams}
|
{#await data.teams then teams}
|
||||||
<Table data={teams} columns={teams_columns} handler={team_handler} />
|
<Table
|
||||||
|
data={teams}
|
||||||
|
columns={teams_columns}
|
||||||
|
handler={team_handler}
|
||||||
|
height="h-[calc(100vh-260px)] lg:h-[calc(100vh-180px)]"
|
||||||
|
/>
|
||||||
{/await}
|
{/await}
|
||||||
|
Reference in New Issue
Block a user