Commit 66ba839b authored by Leopoldthecoder's avatar Leopoldthecoder

Button: avoid button splitting in button-group

parent fce92e8b
...@@ -151,6 +151,9 @@ ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment