Prevent GWR duration from wrapping on small screens
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
06afd57957
commit
19656f412a
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@
|
|||
</td>
|
||||
<td style="padding:0.6rem 0.8rem">
|
||||
{{ row.arrive_paddington }}
|
||||
<span style="font-size:0.8rem;color:#718096">({{ row.gwr_duration }})</span>
|
||||
<span style="font-size:0.8rem;color:#718096;white-space:nowrap">({{ row.gwr_duration }})</span>
|
||||
</td>
|
||||
<td style="padding:0.6rem 0.8rem;white-space:nowrap">
|
||||
£{{ "%.2f"|format(row.ticket_price) }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue