mirror of
https://github.com/skoelle/mvg-departures.git
synced 2026-09-17 18:40:23 +00:00
line and station in same line
This commit is contained in:
@@ -15,8 +15,10 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td style="width:34px;"><span class="icon icon-{{ d.icon }}">{{ d.icon }}</span></td>
|
<td style="width:34px;"><span class="icon icon-{{ d.icon }}">{{ d.icon }}</span></td>
|
||||||
<td>
|
<td>
|
||||||
<span class="line">{{ d.line }}</span>
|
<div style="display: flex; flex-wrap: wrap; align-items: baseline;">
|
||||||
<span class="destination">{{ d.destination }}</span>
|
<span class="line">{{ d.line }}</span>
|
||||||
|
<span class="destination"> {{ d.destination }}</span>
|
||||||
|
</div>
|
||||||
<span class="station">{{ d.station }}</span>
|
<span class="station">{{ d.station }}</span>
|
||||||
</td>
|
</td>
|
||||||
<td class="time">
|
<td class="time">
|
||||||
|
|||||||
Reference in New Issue
Block a user