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

This commit is contained in:
George Tsiolis 2019-06-27 08:30:04 +00:00 committed by Phil Hughes
parent edcd28ca44
commit 7544a6e259
2 changed files with 1 additions and 11 deletions

View File

@ -98,14 +98,4 @@
top: auto;
bottom: auto;
}
.content-wrapper {
.with-system-header & {
margin-top: 0;
}
.with-system-footer & {
margin-top: 0;
}
}
}

View File

@ -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