Commit 80735a2d authored by Phil Hughes's avatar Phil Hughes

Merge branch 'gt-fix-styling-for-framework-system-messages' into 'master'

Fix styling for `app/assets/stylesheets/framework/notes.scss`

Closes #59884

See merge request gitlab-org/gitlab-ce!26879
parents edcd28ca 7544a6e2
......@@ -98,14 +98,4 @@
top: auto;
bottom: auto;
}
.content-wrapper {
.with-system-header & {
margin-top: 0;
}
.with-system-footer & {
margin-top: 0;
}
}
}
......@@ -10,5 +10,5 @@
= render "layouts/broadcast"
= yield :flash_message
= render "layouts/flash"
.content-wrapper{ id: "content-body", class: "d-flex flex-column align-items-stretch" }
.content-wrapper{ id: "content-body", class: "d-flex flex-column align-items-stretch mt-0" }
= yield
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