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}
|
||||
<h2
|
||||
class="text-xl font-body overflow-hidden text-ellipsis whitespace-nowrap"
|
||||
title={file.name}
|
||||
>
|
||||
{file.name}
|
||||
</h2>
|
||||
|
|
Loading…
Reference in New Issue