Skip to content

Commit c7ac48f

Browse files
jaygeorgejasonvarga
authored andcommitted
Nudge the site configuration columns so they better align with the combobox
1 parent 2a31295 commit c7ac48f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

resources/js/components/globals/Sites.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,15 @@
9393
<td class="checkbox-column ps-3!">
9494
<Checkbox
9595
size="sm"
96+
class="pt-2.5"
9697
solo
9798
:model-value="isSelected(site.handle)"
9899
:label="__('Select :name', { name: __(site.name) })"
99100
@update:model-value="toggleSelection(site.handle, $event)"
100101
/>
101102
</td>
102103
<td class="grid-cell">
103-
<div class="flex items-center gap-2">
104+
<div class="flex pt-2 items-center gap-2">
104105
<Switch v-model="site.enabled" />
105106
<Heading :text="__(site.name)" />
106107
</div>

0 commit comments

Comments
 (0)