Skip to content

Commit 7dc2c97

Browse files
giscaferPanJiaChen
authored andcommitted
fix[css]: min btn width (PanJiaChen#3164)
1 parent 2ed1951 commit 7dc2c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/element-ui.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
.fixed-width {
3232
.el-button--mini {
3333
padding: 7px 10px;
34-
width: 60px;
34+
min-width: 60px;
3535
}
3636
}
3737

0 commit comments

Comments
 (0)