diff options
author | Andrey <ad@2d-arts.com> | 2015-10-01 14:06:29 +0200 |
---|---|---|
committer | Andrey <ad@2d-arts.com> | 2015-10-01 14:06:29 +0200 |
commit | efeeed2a0a1798a8d5ad4bfd014f6f3f4d9f3d8c (patch) | |
tree | 3e9bb6fa58be7f0adf39753d659fcd71a47c06fb /app/views/layouts | |
parent | 59582aae578453a7f9888e2380a7412c4bf14f4f (diff) | |
download | gitlab-ce-efeeed2a0a1798a8d5ad4bfd014f6f3f4d9f3d8c.tar.gz |
content block height fix
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 2468687b56d..95a6267e2eb 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 + .clearfix.max_height = yield |