diff --git a/templates/explore/repo_list.tmpl b/templates/explore/repo_list.tmpl index 49adfe5b45..47e9921332 100644 --- a/templates/explore/repo_list.tmpl +++ b/templates/explore/repo_list.tmpl @@ -54,9 +54,9 @@ {{$description := .DescriptionHTML $.Context}} {{if $description}}

{{$description}}

{{end}} {{if .Topics}} -
+
{{range .Topics}} - {{if ne . ""}}
{{.}}
{{end}} + {{if ne . ""}}{{.}}{{end}} {{end}}
{{end}} diff --git a/web_src/css/explore.css b/web_src/css/explore.css index f4d1eed960..139dfcb19f 100644 --- a/web_src/css/explore.css +++ b/web_src/css/explore.css @@ -32,10 +32,6 @@ font-size: 12px; } -.ui.repository.list .item .ui.tags { - margin-bottom: 0.5rem; -} - .ui.repository.list .repo-title .labels { word-break: normal; flex-shrink: 0;