mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
Button: avoid button splitting in button-group
This commit is contained in:
@@ -151,6 +151,9 @@
|
||||
& .el-button {
|
||||
float: left;
|
||||
position: relative;
|
||||
& + .el-button {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
&:first-child {
|
||||
border-top-right-radius: 0;
|
||||
|
||||
Reference in New Issue
Block a user