mirror of
https://github.com/moparisthebest/mail
synced 2025-02-16 23:20:09 -05:00
increase line hieght for text preview
This commit is contained in:
parent
af269aac36
commit
c09a0dad6e
@ -60,10 +60,6 @@ body {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
@mixin marked {
|
@mixin marked {
|
||||||
background-color: $blue-color;
|
background-color: $blue-color;
|
||||||
color: $lightgrey-color;
|
color: $lightgrey-color;
|
||||||
@ -136,7 +132,8 @@ body {
|
|||||||
}
|
}
|
||||||
.text-preview {
|
.text-preview {
|
||||||
font-size: 0.875em;
|
font-size: 0.875em;
|
||||||
height: 2em;
|
line-height: 1.2em;
|
||||||
|
height: 2.4em;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user