Improves crawl detail files list truncation (#830)
This commit is contained in:
parent
0d23b45dac
commit
7409e0637e
@ -792,7 +792,7 @@ ${this.crawl?.notes}
|
|||||||
class="h-4 pr-2 shrink-0 text-neutral-600"
|
class="h-4 pr-2 shrink-0 text-neutral-600"
|
||||||
></sl-icon>
|
></sl-icon>
|
||||||
<a
|
<a
|
||||||
class="text-primary hover:underline"
|
class="text-primary hover:underline truncate mr-2"
|
||||||
href=${file.path}
|
href=${file.path}
|
||||||
download
|
download
|
||||||
title=${file.name}
|
title=${file.name}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user