fix: text-center thead

This commit is contained in:
relikd
2023-06-02 18:29:13 +02:00
parent 62f01554b8
commit 3e85312bd3
2 changed files with 7 additions and 5 deletions

View File

@@ -8,7 +8,9 @@
<div>
<table class="table">
<thead>
<tr><th><h4 class="mb-0">{{ head.traits }}</h4></th><th>Personen</th></tr>
<tr class="text-center">
<th><h4 class="mb-0">{{ head.traits }}</h4></th><th>Personen</th>
</tr>
</thead>
{% for stat in trait.by_type %}
<tr>
@@ -22,7 +24,9 @@
<div>
<table class="table">
<thead>
<tr><th><h4 class="mb-0">{{ head.booking_types }}</h4></th><th>Buchungen</th><th>Dauer (ø)</th><th>Gesamt</th></tr>
<tr class="text-center">
<th><h4 class="mb-0">{{ head.booking_types }}</h4></th><th>Buchungen</th><th>Dauer (ø)</th><th>Gesamt</th>
</tr>
</thead>
{% for stat in booking.by_type %}
<tr>