diff --git a/opentech/static_src/src/sass/components/_button.scss b/opentech/static_src/src/sass/components/_button.scss
index 68299578b420c5920265c4a4add529ba8951a739..8b753175cd50d9b180c0fd8ce594af189d3e700f 100644
--- a/opentech/static_src/src/sass/components/_button.scss
+++ b/opentech/static_src/src/sass/components/_button.scss
@@ -9,6 +9,10 @@
         cursor: pointer;
     }
 
+    &--left-space {
+        margin-left: 20px;
+    }
+
     // cannot conform to BEM here in order to be able to override google button styles
     &--google-translate {
         display: none;