summaryrefslogtreecommitdiffstats
path: root/core/css/public.scss
diff options
context:
space:
mode:
Diffstat (limited to 'core/css/public.scss')
-rw-r--r--core/css/public.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/css/public.scss b/core/css/public.scss
index 19b90064229..0c04b07ab09 100644
--- a/core/css/public.scss
+++ b/core/css/public.scss
@@ -40,6 +40,11 @@
min-height: calc(100vh - 160px);
}
+ /** don't apply content header padding on the base layout */
+ &.layout-base #content {
+ padding-top: 0;
+ }
+
/* force layout to make sure the content element's height matches its contents' height */
.ie #content {
display: inline-block;