Merge pull request #884 from Leopoldthecoder/master

Button: avoid button splitting in button-group
pull/887/head
baiyaaaaa 2016-11-07 17:00:25 +08:00 committed by GitHub
commit 2cc6186ab9
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;