ux: aligned tabbed view body with header title

This commit is contained in:
Torkel Ödegaard 2017-06-19 19:22:44 -04:00 committed by GitHub
parent eaba985f25
commit 2a93bed453

View File

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