From 9810c71d9b61983840df61aa662041cffb9c9541 Mon Sep 17 00:00:00 2001 From: winniehell Date: Fri, 5 Aug 2016 00:37:32 +0200 Subject: [PATCH] add space between icon and button text --- app/assets/stylesheets/framework/buttons.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/framework/buttons.scss b/app/assets/stylesheets/framework/buttons.scss index f1fe1697d30..6c3786b49bb 100644 --- a/app/assets/stylesheets/framework/buttons.scss +++ b/app/assets/stylesheets/framework/buttons.scss @@ -204,6 +204,10 @@ position: relative; top: 2px; } + + svg, .fa { + margin-right: 3px; + } } .btn-lg {