mirror of https://github.com/ElemeFE/element
Merge pull request #884 from Leopoldthecoder/master
Button: avoid button splitting in button-grouppull/887/head
commit
2cc6186ab9
|
@ -151,6 +151,9 @@
|
||||||
& .el-button {
|
& .el-button {
|
||||||
float: left;
|
float: left;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
& + .el-button {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
border-top-right-radius: 0;
|
border-top-right-radius: 0;
|
||||||
|
|
Loading…
Reference in New Issue