Skip to content

Commit

Permalink
Align text in table formatting (#36)
Browse files Browse the repository at this point in the history
* Start align table contents

* Use internal value for display if available

* Revert "Use internal value for display if available"

This reverts commit a572ed0.
  • Loading branch information
JeffersonBledsoe committed Sep 25, 2023
1 parent 848fb91 commit 7f781a1
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
define="parameters python:options.get('parameters', {});
url python:options.get('url', '');
title python:options.get('title', '');">
<style>
th {
text-align: start;
}
</style>
<table border="1">
<caption i18n:translate="send_mail_text_table">Form submission data for ${title}</caption>
<thead>
Expand Down

0 comments on commit 7f781a1

Please sign in to comment.