diff --git a/print/components/scheduleEntry/ScheduleEntry.vue b/print/components/scheduleEntry/ScheduleEntry.vue index 99bbb1f523..748d796dfd 100644 --- a/print/components/scheduleEntry/ScheduleEntry.vue +++ b/print/components/scheduleEntry/ScheduleEntry.vue @@ -3,7 +3,7 @@

{{ scheduleEntry.number }} @@ -13,13 +13,15 @@
{{ rangeShort(scheduleEntry.start, scheduleEntry.end) }}
-
+
- +
{{ $tc('entity.activity.fields.location') }} {{ scheduleEntry.activity().location }} + {{ scheduleEntry.activity().location }} +
@@ -106,7 +108,8 @@ export default { .header-row { border-bottom: 1px solid black; - padding: 0.1rem; + padding: 0.2rem; + padding-left: 0.4rem; width: 90%; } @@ -115,5 +118,7 @@ export default { font-weight: bold; text-align: left; width: 10%; + padding-left: 0; + padding-right: 0.4rem; } diff --git a/print/components/scheduleEntry/contentNode/ColumnLayout.vue b/print/components/scheduleEntry/contentNode/ColumnLayout.vue index 08b253ec0d..dfc5e374b5 100644 --- a/print/components/scheduleEntry/contentNode/ColumnLayout.vue +++ b/print/components/scheduleEntry/contentNode/ColumnLayout.vue @@ -1,12 +1,14 @@ - - diff --git a/print/components/scheduleEntry/contentNode/ColumnLayoutColumn.vue b/print/components/scheduleEntry/contentNode/ColumnLayoutColumn.vue index 7a9350f0a2..db4eae2871 100644 --- a/print/components/scheduleEntry/contentNode/ColumnLayoutColumn.vue +++ b/print/components/scheduleEntry/contentNode/ColumnLayoutColumn.vue @@ -1,11 +1,11 @@