Skip to content

Commit

Permalink
button width to tablecolumn width
Browse files Browse the repository at this point in the history
  • Loading branch information
spacehamster87 committed Sep 10, 2024
1 parent b1cb45d commit d10e09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/frontend/src/job/StatsTable.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit d10e09d

Please sign in to comment.