summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2019-06-27 08:30:04 +0000
committerPhil Hughes <me@iamphill.com>2019-06-27 08:30:04 +0000
commit7544a6e2591a34a5ca298f5d63a45ff2aab29ccb (patch)
treec28d14f5bcd8f55c3102ab9099831f58c41be91f /app/views/layouts
parentedcd28ca44649b5b3e0729a95a4d6b684e1ff7cb (diff)
downloadgitlab-ce-7544a6e2591a34a5ca298f5d63a45ff2aab29ccb.tar.gz
Fix styling for `app/assets/stylesheets/framework/notes.scss`
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/fullscreen.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/fullscreen.html.haml b/app/views/layouts/fullscreen.html.haml
index e29f646ed4f..fa04b5be9f2 100644
--- a/app/views/layouts/fullscreen.html.haml
+++ b/app/views/layouts/fullscreen.html.haml
@@ -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