Merge pull request #2726 from brkcvn/master
Spacing ejected from tabs in apps show
This commit is contained in:
commit
49920f0c46
@ -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')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user