Adjust fixed table widths

This commit is contained in:
Fred Boniface
2023-07-12 15:06:47 +01:00
parent fe80f0c40a
commit 9045834916
2 changed files with 30 additions and 27 deletions

View File

@@ -84,7 +84,7 @@
</tr>
{#each data as item}
<tr>
<td class="toc toc-data">{item.operator || '-'}</td>
<td class="toc toc-data">{item.toc || '-'}</td>
<td class="code">{item.code}</td>
<td class="stops stops-data">{item.stops.join(' ')}</td>
</tr>