fix(web): date alignment on timeline (#16961)

pull/16963/head
Yaros 2025-03-18 22:55:36 +07:00 committed by GitHub
parent 564724b398
commit 62ba8c3e71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

@ -132,7 +132,7 @@
</div>
{/if}
<span class="w-full truncate first-letter:capitalize" title={getDateLocaleString(dateGroup.date)}>
<span class="w-full truncate first-letter:capitalize ml-2.5" title={getDateLocaleString(dateGroup.date)}>
{dateGroup.groupTitle}
</span>
</div>