Skip to content

Commit fa92277

Browse files
committed
fix conflicts come from go-gitea#27924
1 parent 78e36e0 commit fa92277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/sidebar/repo_info.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{{ctx.Locale.Tr "repo.repo_desc"}}
66
</div>
77
<div class="flex-item-body">
8-
<div class="ui repo-description">
8+
<div class="ui repo-description gt-word-break">
99
<div id="repo-desc" class="gt-font-16">
1010
{{$description := .Repository.DescriptionHTML $.Context}}
1111
{{if $description}}<span class="description gt-word-break">{{$description | RenderCodeBlock}}</span>{{else if .IsRepositoryAdmin}}<span class="no-description text-italic">{{ctx.Locale.Tr "repo.no_desc"}}</span>{{end}}

0 commit comments

Comments
 (0)