From 1c201fcb613bfb4382599ac795ab7b6becf30007 Mon Sep 17 00:00:00 2001 From: mix irving Date: Thu, 5 May 2016 10:39:32 +1200 Subject: [PATCH] nicer hidden readmore text this is just ported from https://github.com/ssbc/patchwork/pull/352/files assuming this is just a raw extraction and will just work, but haven't tried it. Guess this needs a semver patch increment --- card.less | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/card.less b/card.less index faf5de2..00da037 100644 --- a/card.less +++ b/card.less @@ -41,8 +41,8 @@ } } .body { - margin: 10px 20px 0; - overflow: hidden; + margin: 0; + padding: 10px 20px 0 20px; color: #555; font-weight: 300; font-family: @content-font; @@ -92,7 +92,8 @@ &.oversized { .body { - height: 200px; + height: 260px; + box-shadow: rgba(228, 228, 228, 0.62) 0px -14px 10px -3px inset; } .footer { border-top: 1px dashed #ccc;