From e13ab68090ab17f92d27abc286e09aa894ba47af Mon Sep 17 00:00:00 2001 From: Simon Chen Date: Thu, 5 May 2016 15:21:07 -0400 Subject: [PATCH] ECOM-4352 Update the min height of the title of the program cards --- lms/static/sass/elements/_program-card.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/static/sass/elements/_program-card.scss b/lms/static/sass/elements/_program-card.scss index e46cfafce9..695b0303af 100644 --- a/lms/static/sass/elements/_program-card.scss +++ b/lms/static/sass/elements/_program-card.scss @@ -95,6 +95,7 @@ color: $gray-d2; margin-bottom: 10px; line-height: 1.2; + min-height: ($baseline*3); } }