fix(NavigationMenu): remove w-full on root slot

Resolves #3000
This commit is contained in:
Benjamin Canac
2025-01-06 18:46:38 +01:00
parent 41dc11ceef
commit ef7ecd242f
7 changed files with 57 additions and 53 deletions

View File

@@ -51,7 +51,7 @@ export default (options: Required<ModuleOptions>) => ({
},
orientation: {
horizontal: {
root: 'w-full items-center justify-between',
root: 'items-center justify-between',
list: 'flex items-center',
item: 'py-2',
link: 'px-2.5 py-1.5 before:inset-x-px before:inset-y-0',