mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-22 20:41:40 +02:00
button width to tablecolumn width
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user