From b3024b7c53375b588e7bc63e56f891e2cce66743 Mon Sep 17 00:00:00 2001 From: ATAKAN TEPE Date: Wed, 18 Oct 2023 04:35:40 +0300 Subject: [PATCH] Menubar TW submenu padding issue fixed --- components/lib/passthrough/tailwind/index.js | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/components/lib/passthrough/tailwind/index.js b/components/lib/passthrough/tailwind/index.js index 55bd90eaa..d1e2ff086 100644 --- a/components/lib/passthrough/tailwind/index.js +++ b/components/lib/passthrough/tailwind/index.js @@ -2221,15 +2221,7 @@ export default { ] }), action: ({ context }) => ({ - class: [ - 'select-none', - 'cursor-pointer flex items-center no-underline overflow-hidden relative', - 'py-3 px-5 select-none', - { - 'max-[960px]:pl-9': context.level === 1, - 'max-[960px]:pl-14': context.level === 2 - } - ] + class: ['select-none', 'cursor-pointer flex items-center no-underline overflow-hidden relative', 'py-3 px-5 select-none'] }), icon: { class: 'mr-2'