diff --git a/src/components/TrainsView/TrainInfo.vue b/src/components/TrainsView/TrainInfo.vue index 07a2c70..59541d2 100644 --- a/src/components/TrainsView/TrainInfo.vue +++ b/src/components/TrainsView/TrainInfo.vue @@ -10,11 +10,12 @@ SKR - {{ train.timetableData.category }}  + {{ train.timetableData.category }} - {{ train.trainNo }} +  {{ train.trainNo }} | {{ train.driverName }} + ? @@ -161,6 +162,8 @@ export default defineComponent({ width: 1.25em; height: 1.25em; border-radius: 50%; + + margin-left: 0.25em; } .timetable_stops {