(html,css) Improve display of mail attachments

Added extension of file in a small frame
This commit is contained in:
Francis Lachapelle
2016-01-06 12:24:34 -05:00
parent c65a9155be
commit 0bbdd01025
2 changed files with 11 additions and 5 deletions

View File

@@ -180,13 +180,19 @@ md-sidenav {
}
.mailer_mailcontent {
@extend .sg-md-body-multi;
md-card {
md-card-content {
padding: $baseline-grid;
p {
@extend .md-caption;
line-height: $sg-line-height-2;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
.sg-label-outline {
border-color: $colorGrey400;
color: $colorGrey600;
}
}
}
}