update: better table alignment for the package file list

This commit is contained in:
ngn
2024-08-26 00:41:09 +03:00
parent 6e41dee5dd
commit 6815f1a762
2 changed files with 9 additions and 6 deletions

View File

@ -51,7 +51,7 @@
{{if $files}}
<tr>
<th>Files</th>
<th>
<th class="files">
{{range $files}}
<p>/{{.}}</p>
{{end}}