From f7166004903f3a9a25e8fa3e4e0335fbd799cdcc Mon Sep 17 00:00:00 2001 From: Lisa Passing Date: Fri, 13 Mar 2015 17:18:53 +0100 Subject: [PATCH] fix line-height issues --- app/styles/app/modules/tiles.sass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/styles/app/modules/tiles.sass b/app/styles/app/modules/tiles.sass index 2dfa79b2..b5d0ee02 100644 --- a/app/styles/app/modules/tiles.sass +++ b/app/styles/app/modules/tiles.sass @@ -166,7 +166,7 @@ .tile--jobs margin-bottom: 0.3em @media #{$medium-up} - height: 60px + height: 64px .icon.errored width: .5em .icon.started, @@ -182,6 +182,7 @@ height: 1.6em .tile-double-line padding: 0 + line-height: 1.4 @media #{$medium-up} white-space: nowrap overflow: hidden