Skip to content

Commit eac4baf

Browse files
authored
fix(Toolbar (compat)): remove margin from empty items (#6952)
1 parent e42efc7 commit eac4baf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/compat/src/components/Toolbar/Toolbar.module.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,8 @@
134134

135135
.childContainer {
136136
display: flex;
137+
138+
&:empty {
139+
margin: 0 !important;
140+
}
137141
}

0 commit comments

Comments
 (0)