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:
parent
af269aac36
commit
c09a0dad6e
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user