Skip to content

Commit 6f80263

Browse files
authored
fix[css]: min btn width (#3164)
1 parent 5890499 commit 6f80263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/element-ui.scss

+1-1
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)