Browse Source

Button: avoid button splitting in button-group

Leopoldthecoder 8 years ago
parent
commit
66ba839b12
1 changed files with 3 additions and 0 deletions
  1. 3 0
      packages/theme-default/src/button.css

+ 3 - 0
packages/theme-default/src/button.css

@@ -151,6 +151,9 @@
     & .el-button {
       float: left;
       position: relative;
+      & + .el-button {
+        margin-left: 0;
+      }
 
       &:first-child {
         border-top-right-radius: 0;