TF-1961 Left align signature and title header reply/forward email

(cherry picked from commit 9ec81d062d945076d80f4eb4d0cc4e792514cb79)
This commit is contained in:
dab246
2023-08-18 19:04:50 +07:00
committed by Dat Vu
parent e2de23fdfd
commit e06d35f1e1
2 changed files with 14 additions and 1 deletions
@@ -35,4 +35,9 @@ extension HtmlExtension on String {
}
return this;
}
String addCiteTag() => addBlockTag(
'cite',
attribute: 'style="text-align: left;display: block;"'
);
}