Skip to content

Commit 84cdb90

Browse files
zevdgmarcosmoura
authored andcommitted
fix(MdButton): adjust spacing for multiple toolbar buttons (#1750)
1 parent 7a690ba commit 84cdb90

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/MdToolbar/MdToolbar.vue

+1-2
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,7 @@
108108
}
109109
110110
.md-button {
111-
&:last-child,
112-
+ .md-button {
111+
&:last-child {
113112
margin-right: 0;
114113
}
115114

0 commit comments

Comments
 (0)