From 82cd857e833f7733cde58eee8891f3f1662e2ecd Mon Sep 17 00:00:00 2001 From: Chrystal Griffiths Date: Thu, 6 Sep 2018 15:53:34 +0100 Subject: [PATCH] Set fixed height for portal titles --- services/web/public/stylesheets/app/templates-v2.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/services/web/public/stylesheets/app/templates-v2.less b/services/web/public/stylesheets/app/templates-v2.less index 1cdc054398..fe833efc53 100644 --- a/services/web/public/stylesheets/app/templates-v2.less +++ b/services/web/public/stylesheets/app/templates-v2.less @@ -74,6 +74,11 @@ } + .caption.caption--portals { + height: 50px; + overflow: hidden; + } + /* Media Queries */ @media (max-width: @screen-md-min) { .thumbnail {