We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e545a3c + 01b585f commit b0e4ce0Copy full SHA for b0e4ce0
resources/views/components/accordion/index.blade.php
@@ -7,7 +7,7 @@
7
this.activeAccordion = (this.activeAccordion == id) ? '' : id
8
}
9
}"
10
- class="fi-accordion rounded-xl bg-white shadow-sm ring-1 ring-gray-950/5 dark:bg-gray-900 dark:ring-white/10 relative w-full mx-auto overflow-hidden divide-y divide-gray-200 dark:divide-white/5"
+ class="fi-accordion rounded-xl bg-white shadow-sm ring-1 ring-gray-950/5 dark:bg-gray-900 dark:ring-white/10 relative w-full mx-auto divide-y divide-gray-200 dark:divide-white/5"
11
>
12
{{ $slot }}
13
</div>
0 commit comments