diff --git a/views/v3/partials/navigation/tabs.blade.php b/views/v3/partials/navigation/tabs.blade.php index 6f2ea4e51..54072e26b 100644 --- a/views/v3/partials/navigation/tabs.blade.php +++ b/views/v3/partials/navigation/tabs.blade.php @@ -1,4 +1,5 @@ @if(!empty($tabMenu['items'])) + @nav([ 'id' => 'tabs', 'items' => $tabMenu['items'], @@ -7,7 +8,6 @@ 'allowStyle' => true, 'buttonColor' => $customizer->tabmenuButtonColor, 'buttonStyle' => $customizer->tabmenuButtonType, - 'height' => 'sm', 'classList' => [ 'u-width--auto', 'u-display--none@xs',