Skip to content

Commit

Permalink
fix: column selection space-y
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-to committed Dec 18, 2024
1 parent e2f78da commit 8445319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UI/resources/views/components/table/builder.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class="js-table-builder-container"
@if($columnSelection)
<x-moonshine::layout.flex justify-align="end">
<x-moonshine::dropdown>
<div class="p-2 form-group">
<div class="p-2 space-y-2">
@foreach($columns as $column => $label)
<div class="form-group form-group-inline">
<x-moonshine::form.switcher
Expand Down

0 comments on commit 8445319

Please sign in to comment.