Browse Source

Step: make progress line to be exactly 50% size

wacky6.AriesMBP 8 years ago
parent
commit
986c4a2127
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/theme-default/src/step.css

+ 1 - 0
packages/theme-default/src/step.css

@@ -59,6 +59,7 @@
       border-style: solid;
       border-color: inherit;
       transition: all 150ms;
+      box-sizing: border-box;
       width: 0;
       height: 0;
     }