fix(web): prevent asset grid dates from being truncated (#9603)

pull/9525/head
Snowknight26 2024-05-20 07:21:01 -05:00 committed by GitHub
parent 39129721fa
commit 5c8c0b2f5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@
</div>
{/if}
<span class="truncate first-letter:capitalize" title={groupTitle}>
<span class="w-full truncate first-letter:capitalize" title={groupTitle}>
{groupTitle}
</span>
</div>