Skip to content

Commit

Permalink
fix[css]: min btn width (#3164)
Browse files Browse the repository at this point in the history
  • Loading branch information
giscafer authored May 8, 2020
1 parent 5890499 commit 6f80263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/element-ui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
.fixed-width {
.el-button--mini {
padding: 7px 10px;
width: 60px;
min-width: 60px;
}
}

Expand Down

0 comments on commit 6f80263

Please sign in to comment.