We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15718a9 commit 594dde1Copy full SHA for 594dde1
packages/main/src/components/Toolbar/Toolbar.jss.ts
@@ -66,7 +66,7 @@ export const styles = {
66
'& >:last-child:not(.spacer)': {
67
marginInline: '0.25rem 0.5rem'
68
},
69
- '& > *:not(first-child):not(last-child):not(.spacer)': {
+ '& > *:not(:first-child):not(:last-child):not(.spacer)': {
70
marginInline: '0.25rem'
71
72
display: 'flex',
0 commit comments