Skip to content
This repository was archived by the owner on Oct 1, 2021. It is now read-only.

Commit 37f9efd

Browse files
authored
refactor: move w-full to tablistClass for better customization options (#654)
1 parent 4c8b088 commit 37f9efd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/assets/css/_components.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
/** Tabs **/
5151
.tabs {
52-
@apply flex w-full font-semibold rounded-xl bg-theme-secondary-100;
52+
@apply flex font-semibold rounded-xl bg-theme-secondary-100;
5353
}
5454
.dark .tabs {
5555
@apply bg-black;

resources/views/tabs/wrapper.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'defaultSelected' => '',
55
'noData' => false,
66
'panelWrapperClass' => 'mt-6 w-full',
7-
'tablistClass' => '',
7+
'tablistClass' => 'w-full',
88
])
99

1010
<div {{ $attributes->merge(['class' => 'tabs-wrapper']) }}

0 commit comments

Comments
 (0)