Skip to content

Commit

Permalink
fix: layout item rule
Browse files Browse the repository at this point in the history
  • Loading branch information
diegopf committed Nov 25, 2024
1 parent 978e697 commit a091841
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function item(helpers: TailwindHelpers) {
minWidth: '0'
},

'&:not(.layout-overlap):not(.layout-overlap-from-top) > *': {
'&:not(.x-layout-overlap):not(.x-layout-overlap-from-top) > *': {
minHeight: '0'
}
}
Expand Down

0 comments on commit a091841

Please sign in to comment.