From 15ce054f72853976144be814cfb1d44120ed3930 Mon Sep 17 00:00:00 2001 From: Niclas Date: Mon, 4 Nov 2024 12:08:50 +0100 Subject: [PATCH] fix: increasing tab menu button size --- views/v3/partials/navigation/tabs.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',