Skip to content

Commit

Permalink
fix(QueryBuilder): first-child replaced by first-of-type
Browse files Browse the repository at this point in the history
  • Loading branch information
MEsteves22 authored and plagoa committed Dec 20, 2023
1 parent 787bf3f commit 9cae147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/QueryBuilder/Rule/Rule.styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const { useClasses, staticClasses } = createClasses(
"&>div:not(:last-child)": {
paddingRight: 0,
},
"&>div:not(:first-child)": {
"&>div:not(:first-of-type)": {
marginTop: theme.space.xs,
},
},
Expand Down

0 comments on commit 9cae147

Please sign in to comment.