Browse Source

Minor style fix to button group

Torkel Ödegaard 7 years ago
parent
commit
0c4f59a7f1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      public/sass/components/_toggle_button_group.scss

+ 1 - 0
public/sass/components/_toggle_button_group.scss

@@ -1,5 +1,6 @@
 .toggle-button-group {
   display: flex;
+  padding-top: 5px;
 
   .btn {
     @include buttonBackground($btn-inverse-bg, $btn-inverse-bg-hl, $btn-inverse-text-color, $btn-inverse-text-shadow);