Some bug fixes.

This commit is contained in:
James Cole
2020-10-01 17:02:15 +02:00
parent c25f5598f1
commit d03ca0ec36
11 changed files with 34 additions and 34 deletions

View File

@@ -27,9 +27,9 @@
<table class="table table-striped">
<thead>
<tr>
<th style="width:35%;">{{ $t('list.name') }}</th>
<th style="width:40%;">{{ $t('list.amount') }}</th>
<th style="width:25%;">{{ $t('list.next_expected_match') }}</th>
<th scope="col" style="width:35%;">{{ $t('list.name') }}</th>
<th scope="col" style="width:40%;">{{ $t('list.amount') }}</th>
<th scope="col" style="width:25%;">{{ $t('list.next_expected_match') }}</th>
</tr>
</thead>
<tbody>