From d85faeda43c05874dcd339750365d900b4c6327a Mon Sep 17 00:00:00 2001 From: Javi Velasco Date: Fri, 2 Oct 2015 19:11:12 +0200 Subject: [PATCH] Remove default space for buttons --- components/button/style.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/components/button/style.scss b/components/button/style.scss index 54837495..5157ccf2 100644 --- a/components/button/style.scss +++ b/components/button/style.scss @@ -24,7 +24,6 @@ $button-floating-height-mini: $unit * 4; display: inline-block; height: $unit * 3.6; flex-direction: row; - margin: 0 $unit * .8; overflow: hidden; color: $button-default-text-color; text-align: center;