mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Menubar TW submenu padding issue fixed
This commit is contained in:
parent
d5183eb1f6
commit
b3024b7c53
1 changed files with 1 additions and 9 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue