mirror of https://github.com/VERT-sh/VERT.git
feat: show full file name on hover (title)
This commit is contained in:
parent
24eef8af4a
commit
54032b5eff
|
@ -153,6 +153,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