Skip to content

Commit 9600d36

Browse files
authored
fix(Toolbar): remove margin from empty items (#6953)
1 parent 227e397 commit 9600d36

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/main/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)