Skip to content

Commit

Permalink
Added padding for selection
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Oct 23, 2024
1 parent dc50e5c commit cc5a653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layouts/selection.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
>
<div class="dropdown-toggle" data-action="click->filter#onMenuClick"
data-filter-target="filterItem">
<div class="p-3 w-md">
<div class="p-3 w-md d-flex flex-column gap-3">
@foreach($filters as $filter)
{!! $filter->render() !!}
@endforeach
Expand Down

0 comments on commit cc5a653

Please sign in to comment.