fix(mail(html)): format links in comment of Calendar invitations

pull/299/head
Francis Lachapelle 2021-06-21 12:16:17 -04:00
parent 688b8c1b28
commit 2771fe180e
2 changed files with 4 additions and 1 deletions

View File

@ -276,7 +276,7 @@
</label> </label>
<div> <div>
<md-content> <md-content>
<var:string value="authorativeEvent.comment" const:insertBR="1" /> <var:string value="authorativeEvent.comment.stringByDetectingURLs" const:insertBR="1" const:escapeHTML="NO"/>
</md-content> </md-content>
</div> </div>
</div> </div>

View File

@ -273,6 +273,9 @@ md-sidenav {
flex: 0 0 100%; flex: 0 0 100%;
max-width: 100%; max-width: 100%;
word-break: break-word; word-break: break-word;
md-card-content md-content {
background-color: inherit;
}
} }
.sg-attachment-name { .sg-attachment-name {