Skip to content

Commit 2645067

Browse files
committed
fix(dialog): remove margin-left on vertical buttons
fixes #4118
1 parent def98a1 commit 2645067

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/components/dialog/dialog-md.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
}
4848
.dialog-button + .dialog-button {
4949
margin-top: 12px;
50+
margin-left: 0;
5051
}
5152
}
5253

0 commit comments

Comments
 (0)