Commit 2a93bed4 by Torkel Ödegaard Committed by GitHub

ux: aligned tabbed view body with header title

parent eaba985f
...@@ -9,7 +9,6 @@ ...@@ -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 @@ ...@@ -48,7 +47,7 @@
} }
.tabbed-view-body { .tabbed-view-body {
padding: $spacer*2; padding: $spacer*2 $spacer;
min-height: 250px; min-height: 250px;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment