Merge pull request #2726 from brkcvn/master

Spacing ejected from tabs in apps show
This commit is contained in:
Burak Civan 2022-11-04 12:48:21 +03:00 committed by GitHub
commit 49920f0c46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,7 +137,7 @@
</div>
<div class="tabs w-full">
<x-tabs class="flex border-b -mb-1 space-x-2 overflow-x-scroll lg:overflow-visible" active="{{ ! empty($module->call_to_actions) ? 'features' : 'description' }}">
<x-tabs class="flex items-center overflow-x-scroll lg:overflow-visible" active="{{ ! empty($module->call_to_actions) ? 'features' : 'description' }}">
<x-slot name="navs">
@stack('features_nav_start')