TF-1371 Update position of Identity in reply/forward
(cherry picked from commit 53b99854e15b2eea12572d5c18322b43f744609f)
This commit is contained in:
@@ -24,10 +24,7 @@ extension HtmlExtension on String {
|
||||
'blockquote',
|
||||
attribute: 'style="margin-left:8px;margin-right:8px;padding-left:12px;padding-right:12px;border-left:5px solid #eee;"');
|
||||
|
||||
String asSignatureHtml() => '--<br><br>$this';
|
||||
|
||||
String toSignatureBlock() =>
|
||||
'<br class="tmail-break-tag"><div class="tmail-signature">${asSignatureHtml()}</div><br class="tmail-break-tag">';
|
||||
String asSignatureHtml() => '--<br>$this';
|
||||
|
||||
String removeEditorStartTag() {
|
||||
if (trim() == editorStartTags) {
|
||||
|
||||
Reference in New Issue
Block a user