diff --git a/lms/static/sass/_shame.scss b/lms/static/sass/_shame.scss index 1c3da1c0f8..3a27a6ad97 100644 --- a/lms/static/sass/_shame.scss +++ b/lms/static/sass/_shame.scss @@ -230,3 +230,10 @@ footer .references { @include footer_references_style; } + +// ==================== + +// poor cascade made worse by CSS splitting requires us to redefine the dashboard views' visual top padding +.dashboard { + padding-top: 60px; +}