summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-10-03 08:44:06 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-10-03 08:44:06 +0000
commit2b493695a39cd4e30e92cf7830e33f2f126cb30a (patch)
tree8726974c6afc36d3836e61eaee9b0f7fced29779 /app/views/layouts
parentb5c12f742ab7431257cc685477d3be16c8cc5f0e (diff)
parent75c03530f8c85924d0b7dfc020ebe65ec0488dba (diff)
downloadgitlab-ce-2b493695a39cd4e30e92cf7830e33f2f126cb30a.tar.gz
Merge branch 'projects' into 'master'
Improve project page height old thing. Grey block not aligned to the bottom. It was a scroll even with short project description. ![Screen_Shot_2015-10-01_at_16.03.24](https://gitlab.com/gitlab-org/gitlab-ce/uploads/b412eeaa40c79861191d1a432d95951d/Screen_Shot_2015-10-01_at_16.03.24.png) New awesome stuff, no scroll, grey block aligned to the bottom. ![Screen_Shot_2015-10-01_at_16.04.08](https://gitlab.com/gitlab-org/gitlab-ce/uploads/823cdb6bfb8caec892ed001448f731e5/Screen_Shot_2015-10-01_at_16.04.08.png) See merge request !1487
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..1f4ade81ed2 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