From c09a0dad6e60db751d9988d64d1ba17fda484eb3 Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Wed, 4 Sep 2013 06:59:46 +0200 Subject: [PATCH] increase line hieght for text preview --- src/ui/css/style.scss | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/ui/css/style.scss b/src/ui/css/style.scss index 384ff1b..28dcd52 100644 --- a/src/ui/css/style.scss +++ b/src/ui/css/style.scss @@ -60,10 +60,6 @@ body { width: 100%; } - ul { - list-style-type: none; - } - @mixin marked { background-color: $blue-color; color: $lightgrey-color; @@ -136,7 +132,8 @@ body { } .text-preview { font-size: 0.875em; - height: 2em; + line-height: 1.2em; + height: 2.4em; overflow: hidden; } }