Skip to content

Commit 73ef35c

Browse files
committed
chore(ui): task details spacing
1 parent 6faef5b commit 73ef35c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/TaskLogView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
at <b>{{ item.start | formatDate }}</b>
3232
<v-icon
33-
class="ml-4" small style="transform: translateY(-1px)">mdi-clock-outline</v-icon>
33+
class="ml-6" small style="transform: translateY(-1px)">mdi-clock-outline</v-icon>
3434
{{ [item.start, item.end] | formatMilliseconds }}
3535
</span>
3636
</div>

0 commit comments

Comments
 (0)