1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-28 07:56:37 +01:00

fix: fixes no space between date and time

This commit is contained in:
Amir Raminfar
2023-09-23 12:14:49 -07:00
parent c123c62bf7
commit b150a6b772

View File

@@ -1,5 +1,5 @@
<template>
<div>
<div class="inline-flex gap-2">
<time :datetime="date.toISOString()" class="mobile-hidden">{{ dateStr }}</time>
<time :datetime="date.toISOString()">{{ timeStr }}</time>
</div>