diff --git a/openstack_dashboard/static/dashboard/scss/_layout.scss b/openstack_dashboard/static/dashboard/scss/_layout.scss index 224bc43a87..523585270c 100644 --- a/openstack_dashboard/static/dashboard/scss/_layout.scss +++ b/openstack_dashboard/static/dashboard/scss/_layout.scss @@ -28,3 +28,7 @@ $navbar-true-height: $navbar-height + $navbar-border-size !default; #content_body { width: 100%; } + +.page-header { + margin-top: $padding-base-horizontal; +} \ No newline at end of file