mirror of https://github.com/VERT-sh/VERT.git
feat: show full file name on hover (title)
This commit is contained in:
parent
0ef38fa9db
commit
4062abd286
|
@ -173,6 +173,7 @@
|
||||||
{:else}
|
{:else}
|
||||||
<h2
|
<h2
|
||||||
class="text-xl font-body overflow-hidden text-ellipsis whitespace-nowrap"
|
class="text-xl font-body overflow-hidden text-ellipsis whitespace-nowrap"
|
||||||
|
title={file.name}
|
||||||
>
|
>
|
||||||
{file.name}
|
{file.name}
|
||||||
</h2>
|
</h2>
|
||||||
|
|
Loading…
Reference in New Issue