Fixate table left/rightmost column width

This commit is contained in:
2024-02-16 11:21:41 +01:00
parent 516fa107e5
commit f05d227e3e
2 changed files with 4 additions and 7 deletions

View File

@ -24,9 +24,9 @@
<table class="table table-bordered table-sm table-responsive">
<thead>
<tr>
<th scope="col" rowspan="2" class="text-center">Race</th>
<th scope="col" rowspan="2" class="text-center" style="width: 200px;">Race</th>
<th scope="col" colspan="{{ chosenusers | length }}" class="text-center">Call</th>
<th scope="col" rowspan="2" class="text-center">Result</th>
<th scope="col" rowspan="2" class="text-center" style="width: 200px;">Result</th>
</tr>
</thead>