RunnersOverview: table responsiveness

This commit is contained in:
Philipp Dormann 2023-04-12 19:41:41 +02:00
parent 0240e1dca2
commit bf1e715261
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314

View File

@ -198,6 +198,7 @@
bind:generate_runners={selectedRunners} bind:generate_runners={selectedRunners}
/> />
</div> </div>
<div class="overflow-x-auto">
<table class="w-full"> <table class="w-full">
<thead> <thead>
{#each $table.getHeaderGroups() as headerGroup} {#each $table.getHeaderGroups() as headerGroup}
@ -294,6 +295,7 @@
{/each} {/each}
</tbody> </tbody>
</table> </table>
</div>
<div class="h-2" /> <div class="h-2" />
<div class="flex items-center gap-2"> <div class="flex items-center gap-2">
<button <button