mirror of https://github.com/ElemeFE/element
Button: avoid button splitting in button-group
parent
fce92e8b4e
commit
66ba839b12
|
@ -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