diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-10-05 13:59:01 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-10-05 13:59:01 +0200 |
commit | 813c0ead2e969aa2c68e657f8b6a64ff0f0076d5 (patch) | |
tree | 5055f4da1e07b874ff76408a4b9e1550b24a9d21 /app/views/layouts | |
parent | 0de7c83a78711601b40b5a739070da2e3af29b11 (diff) | |
download | gitlab-ce-813c0ead2e969aa2c68e657f8b6a64ff0f0076d5.tar.gz |
Revert "Merge branch 'projects' into 'master'
"revert-layout-changes
This reverts commit 2b493695a39cd4e30e92cf7830e33f2f126cb30a, reversing
changes made to b5c12f742ab7431257cc685477d3be16c8cc5f0e.
Diffstat (limited to 'app/views/layouts')
-rw-r--r-- | app/views/layouts/_page.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/_page.html.haml b/app/views/layouts/_page.html.haml index 1f4ade81ed2..2468687b56d 100644 --- a/app/views/layouts/_page.html.haml +++ b/app/views/layouts/_page.html.haml @@ -25,5 +25,5 @@ = render "layouts/flash" %div{ class: container_class } .content - .clearfix.max-height + .clearfix = yield |