mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Fix TailwindCSS theme for splitter component (#4525)
This commit is contained in:
parent
5d1f615c14
commit
f664268407
1 changed files with 5 additions and 5 deletions
|
@ -369,11 +369,6 @@ export default {
|
|||
}
|
||||
]
|
||||
}),
|
||||
splitterpanel: {
|
||||
root: {
|
||||
class: 'flex grow'
|
||||
}
|
||||
},
|
||||
gutter: ({ props }) => ({
|
||||
class: [
|
||||
'flex items-center justify-center shrink-0',
|
||||
|
@ -394,6 +389,11 @@ export default {
|
|||
]
|
||||
})
|
||||
},
|
||||
splitterpanel: {
|
||||
root: {
|
||||
class: 'flex grow'
|
||||
}
|
||||
},
|
||||
dialog: {
|
||||
root: ({ state }) => ({
|
||||
class: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue