mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-27 15:07:45 +00:00
fix(web): prevent asset grid dates from being truncated (#9603)
This commit is contained in:
parent
39129721fa
commit
5c8c0b2f5b
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<span class="truncate first-letter:capitalize" title={groupTitle}>
|
<span class="w-full truncate first-letter:capitalize" title={groupTitle}>
|
||||||
{groupTitle}
|
{groupTitle}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue