From d8e8327c95b2ae8f1087b6d886d7e04fd8098cfe Mon Sep 17 00:00:00 2001 From: zeke-witter Date: Wed, 24 Aug 2016 14:10:52 -0500 Subject: [PATCH] Adjust spacing of widget title and content to ensure cross-browser consistency --- angularjs-portal-home/src/main/webapp/css/widget.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/angularjs-portal-home/src/main/webapp/css/widget.less b/angularjs-portal-home/src/main/webapp/css/widget.less index 38e7d21ae..fe0526649 100644 --- a/angularjs-portal-home/src/main/webapp/css/widget.less +++ b/angularjs-portal-home/src/main/webapp/css/widget.less @@ -1,14 +1,15 @@ widget-card { .widget-header { - height: 30%; + height: 20%; line-height: 1.1; + align-items: center; .md-title { font-size: 18px; font-weight: 200; } } .widget-content { - height: 70%; + height: 80%; padding: 0; margin-bottom: 36px; .bold {