Monorepo for Tangled
0

Configure Feed

Select the types of activity you want to include in your feed.

appview/pages: wrap tag badges on the commit info bar

+1 -1
+1 -1
appview/pages/templates/repo/index.html
··· 246 246 <!-- tags/branches --> 247 247 {{ $tagsForCommit := index $.TagMap .Hash.String }} 248 248 {{ if gt (len $tagsForCommit) 0 }} 249 - <span class="flex items-center gap-1"> 249 + <span class="flex flex-wrap items-center gap-1"> 250 250 {{ range $tagsForCommit }} 251 251 <span class="text-xs rounded bg-gray-100 dark:bg-gray-700 text-black dark:text-white font-mono px-2 mx-[2px] inline-flex items-center"> 252 252 {{ . }}