Button: avoid button splitting in button-group

pull/884/head
Leopoldthecoder 2016-11-07 16:41:27 +08:00
parent fce92e8b4e
commit 66ba839b12
1 changed files with 3 additions and 0 deletions

View File

@ -151,6 +151,9 @@
& .el-button {
float: left;
position: relative;
& + .el-button {
margin-left: 0;
}
&:first-child {
border-top-right-radius: 0;