mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-16 10:48:50 +00:00
(html,css) Improve display of mail attachments
Added extension of file in a small frame
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user