From 5cafee4879a45bdbb8950e5b410d7bfae7bcba63 Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Wed, 25 Oct 2017 10:33:20 +0100 Subject: [PATCH] Constrain announcements height. --- services/web/public/stylesheets/app/project-list.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/public/stylesheets/app/project-list.less b/services/web/public/stylesheets/app/project-list.less index af33bbbf46..5e7442e1ce 100644 --- a/services/web/public/stylesheets/app/project-list.less +++ b/services/web/public/stylesheets/app/project-list.less @@ -503,7 +503,7 @@ ul.project-list { margin-right: 95px; bottom: 30px; width: 700px; - max-height: 52%; + max-height: 40%; min-height: 100px; background: #FFF; z-index: 1;