Przeglądaj źródła

ux: aligned tabbed view body with header title

Torkel Ödegaard 8 lat temu
rodzic
commit
2a93bed453
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      public/sass/components/_tabbed_view.scss

+ 1 - 2
public/sass/components/_tabbed_view.scss

@@ -9,7 +9,6 @@
     padding: 0;
 
     .tabbed-view-header {
-/*       padding: 0; */
       background-color: $body-bg;
       padding: 1.5em 1rem 0 1rem;
     }
@@ -48,7 +47,7 @@
 }
 
 .tabbed-view-body {
-  padding: $spacer*2;
+  padding: $spacer*2 $spacer;
   min-height: 250px;
 }