mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 21:27:49 +02:00
Fix columns size
This commit is contained in:
@@ -14,19 +14,19 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th class="w-25" scope="row">Name</th>
|
||||
<th class="w-33" scope="row">Name</th>
|
||||
<td>{{ d.scale }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="w-25" scope="row">Ratio</th>
|
||||
<th class="w-33" scope="row">Ratio</th>
|
||||
<td>{{ d.ratio }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="w-25" scope="row">Gauge</th>
|
||||
<th class="w-33" scope="row">Gauge</th>
|
||||
<td>{{ d.gauge }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="w-25" scope="row">Tracks</th>
|
||||
<th class="w-33" scope="row">Tracks</th>
|
||||
<td>{{ d.tracks }}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
Reference in New Issue
Block a user