From 700b7616f94e3251a5a4d61e4c2921e4472c5357 Mon Sep 17 00:00:00 2001 From: dab246 Date: Thu, 4 Apr 2024 14:14:52 +0700 Subject: [PATCH] TF-2772 Fix align datetime in printing --- core/lib/utils/print_utils.dart | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/core/lib/utils/print_utils.dart b/core/lib/utils/print_utils.dart index 548fb1542..530407c76 100644 --- a/core/lib/utils/print_utils.dart +++ b/core/lib/utils/print_utils.dart @@ -68,12 +68,16 @@ class PrintUtils { }) { try { return Element.html(''' - - - $fromPrefix: $senderName <$senderEmailAddress> - - $dateTime - + + + + + + + +
+ $fromPrefix: $senderName <$senderEmailAddress> + $dateTime
'''); } catch (e) { logError('PrintUtils::_createSenderElement: Exception = $e');