Commit 2cc6186a authored by baiyaaaaa's avatar baiyaaaaa Committed by GitHub

Merge pull request #884 from Leopoldthecoder/master

Button: avoid button splitting in button-group
parents fce92e8b 66ba839b
......@@ -151,6 +151,9 @@
& .el-button {
float: left;
position: relative;
& + .el-button {
margin-left: 0;
}
&:first-child {
border-top-right-radius: 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment