summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorAndrey <ad@2d-arts.com>2015-10-01 14:06:29 +0200
committerAndrey <ad@2d-arts.com>2015-10-01 14:06:29 +0200
commitefeeed2a0a1798a8d5ad4bfd014f6f3f4d9f3d8c (patch)
tree3e9bb6fa58be7f0adf39753d659fcd71a47c06fb /app/views/layouts
parent59582aae578453a7f9888e2380a7412c4bf14f4f (diff)
downloadgitlab-ce-efeeed2a0a1798a8d5ad4bfd014f6f3f4d9f3d8c.tar.gz
content block height fix
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/_page.html.haml2
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