File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
</div>
30
30
{{end}}
31
31
</div>
32
- <div class="gt-df gt-ac gt-fw gt-mt-3 " id="repo-topics">
33
- {{range .Topics}}<a class="ui repo-topic large label topic" href="{{AppSubUrl}}/explore/repos?q={{.Name}}&topic=1">{{.Name}}</a>{{end}}
34
- {{if and .Permission.IsAdmin (not .Repository.IsArchived)}}<button id="manage_topic" class="btn interact-fg gt-ml-2 gt- font-12">{{.locale.Tr "repo.topic.manage_topics"}}</button>{{end}}
32
+ <div class="gt-df gt-ac gt-fw gt-gap-2 " id="repo-topics">
33
+ {{range .Topics}}<a class="ui repo-topic large label topic gt-m-0 " href="{{AppSubUrl}}/explore/repos?q={{.Name}}&topic=1">{{.Name}}</a>{{end}}
34
+ {{if and .Permission.IsAdmin (not .Repository.IsArchived)}}<button id="manage_topic" class="btn interact-fg gt-font-12">{{.locale.Tr "repo.topic.manage_topics"}}</button>{{end}}
35
35
</div>
36
36
{{end}}
37
37
{{if and .Permission.IsAdmin (not .Repository.IsArchived)}}
Original file line number Diff line number Diff line change 231
231
display : flex;
232
232
justify-content : space-between;
233
233
align-items : center;
234
+ margin-bottom : 5px ;
234
235
}
235
236
236
237
@media (max-width : 767.68px ) {
@@ -2777,7 +2778,6 @@ tbody.commit-list {
2777
2778
# repo-topics .repo-topic {
2778
2779
font-weight : var (--font-weight-normal );
2779
2780
cursor : pointer;
2780
- margin : 2px ;
2781
2781
}
2782
2782
2783
2783
# new-dependency-drop-list .ui .selection .dropdown {
You can’t perform that action at this time.
0 commit comments