浏览代码

Minor style fix to button group

Torkel Ödegaard 6 年之前
父节点
当前提交
0c4f59a7f1
共有 1 个文件被更改,包括 1 次插入0 次删除
  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);