diff --git a/appview/pages/templates/repo/tree.html b/appview/pages/templates/repo/tree.html index f596f882..25882ff0 100644 --- a/appview/pages/templates/repo/tree.html +++ b/appview/pages/templates/repo/tree.html @@ -61,11 +61,12 @@ {{ if .IsFile }} {{ $icon = "file" }} - {{ $iconStyle = "size-4" }} + {{ $iconStyle = "flex-shrink-0 size-4" }} {{ end }}
- {{ i $icon $iconStyle }}{{ .Name }} + {{ i $icon $iconStyle }} + {{ .Name }}