Skip to content

Commit

Permalink
Merge pull request #15030 from Persaeus/patch-2
Browse files Browse the repository at this point in the history
Fix padded appearance near sub-navigation select element
  • Loading branch information
danharrin authored Dec 9, 2024
2 parents 7bd14e0 + 6702e0e commit 81b06a6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@
])
>
@if ($subNavigation)
<div class="md:hidden">
<div class="contents md:hidden">
{{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::PAGE_SUB_NAVIGATION_SELECT_BEFORE, scopes: $this->getRenderHookScopes()) }}
</div>

<x-filament-panels::page.sub-navigation.select
:navigation="$subNavigation"
/>

<div class="md:hidden">
<div class="contents md:hidden">
{{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::PAGE_SUB_NAVIGATION_SELECT_AFTER, scopes: $this->getRenderHookScopes()) }}
</div>

Expand Down

0 comments on commit 81b06a6

Please sign in to comment.