From 52d2054a684c8d6be052219b320a1606ec20f609 Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Wed, 18 Mar 2015 16:25:39 +0700 Subject: [PATCH] =?UTF-8?q?Legend=20and=20Whatsgoingon=E2=84=A2=20heights?= =?UTF-8?q?=20are=20min-heights?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/css/charts.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/css/charts.css b/app/css/charts.css index ba923dd..3a6a43c 100644 --- a/app/css/charts.css +++ b/app/css/charts.css @@ -41,7 +41,7 @@ display: block; margin: 0; padding: 0; - height: 90px; + min-height: 90px; } .color-dot { display: block; @@ -135,7 +135,7 @@ color: #444; margin-bottom: 20px; line-height: 24px; - height: 72px; /* 3*line-height */ + min-height: 72px; /* 3*line-height */ } .whatsgoingon em {