button width to tablecolumn width

This commit is contained in:
Christoph Kluge 2024-09-10 16:43:43 +02:00
parent b1cb45dfe6
commit d10e09da02

View File

@ -90,7 +90,7 @@
<!-- Header Row 1: Selectors -->
<tr>
<th>
<Button outline on:click={() => (isMetricSelectionOpen = true)}>
<Button outline on:click={() => (isMetricSelectionOpen = true)} class="w-100">
Metrics
</Button>
</th>