TF-1961 Left align signature and title header reply/forward email
(cherry picked from commit 9ec81d062d945076d80f4eb4d0cc4e792514cb79)
This commit is contained in:
@@ -35,4 +35,9 @@ extension HtmlExtension on String {
|
||||
}
|
||||
return this;
|
||||
}
|
||||
|
||||
String addCiteTag() => addBlockTag(
|
||||
'cite',
|
||||
attribute: 'style="text-align: left;display: block;"'
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user