Skip to content

Commit 5d15db3

Browse files
committed
style: tweak margins
Signed-off-by: Pedro Lamas <[email protected]>
1 parent 2d930f0 commit 5d15db3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/widgets/job-queue/JobQueueBrowser.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,23 +91,23 @@
9191
</template>
9292

9393
<template #footer>
94-
<div class="v-data-footer py-2">
94+
<div class="v-data-footer px-3 py-1">
9595
<v-chip
9696
small
97-
class="mr-1"
97+
class="ma-1"
9898
>
9999
{{ $t('app.job_queue.label.filament') }}: {{ $filters.getReadableLengthString(jobTotals.filament_length) }} / {{ $filters.getReadableWeightString(jobTotals.filament_weight) }}
100100
</v-chip>
101101
<v-chip
102102
small
103-
class="mr-1"
103+
class="ma-1"
104104
>
105105
{{ $t('app.job_queue.label.print_time') }}: {{ $filters.formatCounterSeconds(jobTotals.time) }}
106106
</v-chip>
107107

108108
<v-chip
109109
small
110-
class="mr-1"
110+
class="ma-1"
111111
>
112112
{{ $t('app.job_queue.label.eta') }}: {{ $filters.formatDateTime(Date.now() + jobTotals.time * 1000) }}
113113
</v-chip>

0 commit comments

Comments
 (0)