From c010d59308e880833ba53d8ecff8b4eb00b1d18f Mon Sep 17 00:00:00 2001 From: Melissa Wen Date: Thu, 14 Apr 2016 18:48:03 -0400 Subject: [PATCH] improve track steps to have titles with until 3 lines --- _homeblocks.sass | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/_homeblocks.sass b/_homeblocks.sass index 1e85d9c..bd4e087 100644 --- a/_homeblocks.sass +++ b/_homeblocks.sass @@ -159,6 +159,8 @@ border: 1px solid #E5E5E5 border-radius: 5px color: #A2A2A2 + display: inline-block + float: none font-family: 'Ubuntu' font-size: 16px height: 50px @@ -170,15 +172,17 @@ display: none .name color: #A2A2A2 - float: left + display: inline-block font-family: 'Ubuntu Mediun' font-size: 15px font-weight: normal - height: 50px - line-height: 50px - margin: 0 0 0 10px + height: auto + line-height: 17px + margin: -5px auto auto 10px + max-height: 52px overflow: hidden padding: 0 + vertical-align: middle width: 320px .legend background: url('icons/closed.png') no-repeat left center -- libgit2 0.21.2