From 0af7b68138e556359a0e088f33fdfd1e510f30aa Mon Sep 17 00:00:00 2001 From: Spythere Date: Tue, 12 Jul 2022 18:45:18 +0200 Subject: [PATCH] Poprawki w widoku RJ --- src/components/TrainsView/TrainSchedule.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/TrainsView/TrainSchedule.vue b/src/components/TrainsView/TrainSchedule.vue index 92108de..139163a 100644 --- a/src/components/TrainsView/TrainSchedule.vue +++ b/src/components/TrainsView/TrainSchedule.vue @@ -60,11 +60,11 @@ {{ stop.stopNameRAW }} : - + {{ stop.departureLine }} - + {{ stop.departureLine }} / {{ train.timetableData!.followingStops[i + 1].arrivalLine }} @@ -284,7 +284,7 @@ ul.stop_list > li.stop { .stop-name { background: none; color: #aaa; - padding-left: 0; + padding: 0; } }