File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 54
54
{{$description := .DescriptionHTML $.Context}}
55
55
{{if $description}}<p>{{$description}}</p>{{end}}
56
56
{{if .Topics}}
57
- <div class="ui tags ">
57
+ <div class="gt-df gt-fw gt-gap-2 gt-mb-3 ">
58
58
{{range .Topics}}
59
- {{if ne . ""}}<a href="{{AppSubUrl}}/explore/repos?q={{.}}&topic=1"><div class="ui small label topic"> {{.}}</div> </a>{{end}}
59
+ {{if ne . ""}}<a class="ui label" href="{{AppSubUrl}}/explore/repos?q={{.}}&topic=1">{{.}}</a>{{end}}
60
60
{{end}}
61
61
</div>
62
62
{{end}}
Original file line number Diff line number Diff line change 32
32
font-size : 12px ;
33
33
}
34
34
35
- .ui .repository .list .item .ui .tags {
36
- margin-bottom : 0.5rem ;
37
- }
38
-
39
35
.ui .repository .list .repo-title .labels {
40
36
word-break : normal;
41
37
flex-shrink : 0 ;
You can’t perform that action at this time.
0 commit comments