fix: make table scrollable.

This commit is contained in:
ItzNotABug
2024-08-04 13:28:14 +05:30
parent 8f7db8cb9d
commit 4e39335290
@@ -101,7 +101,8 @@
</ul>
</div>
<Table noMargin noStyles>
<div style="overflow: auto">
<Table noMargin noStyles isAutoLayout>
<TableHeader>
<TableCellHead width={150}>Installation ID</TableCellHead>
<TableCellHead>Repository</TableCellHead>
@@ -172,6 +173,7 @@
{/each}
</TableBody>
</Table>
</div>
</div>
<div class="u-flex u-main-space-between">
<p class="text">Total installations: {total}</p>