Skip to content

Commit 594dde1

Browse files
authored
fix(Toolbar): correct child paddings (#4847)
Fixes #4810
1 parent 15718a9 commit 594dde1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/main/src/components/Toolbar/Toolbar.jss.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export const styles = {
6666
'& >:last-child:not(.spacer)': {
6767
marginInline: '0.25rem 0.5rem'
6868
},
69-
'& > *:not(first-child):not(last-child):not(.spacer)': {
69+
'& > *:not(:first-child):not(:last-child):not(.spacer)': {
7070
marginInline: '0.25rem'
7171
},
7272
display: 'flex',

0 commit comments

Comments
 (0)