Skip to content

Commit

Permalink
boyscouting
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Apr 5, 2024
1 parent d30f5dd commit 181f537
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions resources/views/components/message/panel.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<div x-tabs:panel>
<div {{ $attributes->class("mb-4 overflow-hidden shadow ring-1 ring-black ring-opacity-5 sm:rounded-md") }}>
{{ $slot }}
<div class="mb-4 overflow-hidden shadow ring-1 ring-black ring-opacity-5 sm:rounded-md" x-cloak>
<div {{ $attributes->class("overflow-x-auto") }}>
{{ $slot }}
</div>
</div>
</div>

0 comments on commit 181f537

Please sign in to comment.