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; } }