1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-22 17:02:17 -05:00

increase line hieght for text preview

This commit is contained in:
Tankred Hase 2013-09-04 06:59:46 +02:00
parent af269aac36
commit c09a0dad6e

View File

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