mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-18 03:38:49 +00:00
fix(mail(html)): format links in comment of Calendar invitations
This commit is contained in:
@@ -276,7 +276,7 @@
|
||||
</label>
|
||||
<div>
|
||||
<md-content>
|
||||
<var:string value="authorativeEvent.comment" const:insertBR="1" />
|
||||
<var:string value="authorativeEvent.comment.stringByDetectingURLs" const:insertBR="1" const:escapeHTML="NO"/>
|
||||
</md-content>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -273,6 +273,9 @@ md-sidenav {
|
||||
flex: 0 0 100%;
|
||||
max-width: 100%;
|
||||
word-break: break-word;
|
||||
md-card-content md-content {
|
||||
background-color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
.sg-attachment-name {
|
||||
|
||||
Reference in New Issue
Block a user