Fix misleading class name

Not sure where this came from, but visually our tables have always
aligned text to the left by default.
This commit is contained in:
Chris Hill-Scott
2019-04-29 16:21:47 +01:00
parent 5340c4c2e8
commit 0512f40ad3
4 changed files with 12 additions and 12 deletions

View File

@@ -67,7 +67,7 @@
{% macro field(align='left', status='', border=True) -%}
{% set field_alignment = 'table-field-right-aligned' if align == 'right' else 'table-field-center-aligned' %}
{% set field_alignment = 'table-field-right-aligned' if align == 'right' else 'table-field-left-aligned' %}
{% set border = '' if border else 'table-field-noborder' %}
<td class="{{ [field_alignment, border]|join(' ') }}">