From 1c40ebcf1141eb2bddb857abafd0b36b6024c8f3 Mon Sep 17 00:00:00 2001 From: melloware Date: Sun, 29 Oct 2023 08:10:01 -0400 Subject: [PATCH] Fix #5181: Tailwind MenuBar end class --- components/lib/passthrough/tailwind/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/lib/passthrough/tailwind/index.js b/components/lib/passthrough/tailwind/index.js index 69d3bbaf42..8fe713516e 100644 --- a/components/lib/passthrough/tailwind/index.js +++ b/components/lib/passthrough/tailwind/index.js @@ -1913,7 +1913,8 @@ const Tailwind = { 'hover:text-gray-700 dark:hover:text-white/80 hover:bg-gray-200 dark:hover:bg-gray-800/80 ', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]' ) - } + }, + end: 'ml-auto self-auto' }, megamenu: { root: ({ props }) => ({