diff --git a/appview/pages/templates/repo/tree.html b/appview/pages/templates/repo/tree.html --- 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 }}