mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-18 21:15:57 +00:00
fix(mail(css)): limit some text formatting to attachment cards
This commit is contained in:
@@ -247,19 +247,22 @@ md-sidenav {
|
||||
font-weight: $sg-font-regular;
|
||||
}
|
||||
|
||||
// Limit height of attachments card, format content-type labels
|
||||
.mailer_mailcontent {
|
||||
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;
|
||||
.sg-mail-part {
|
||||
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