Skip to content

Commit 72b8b09

Browse files
authored
Update templates/repo/home_sidebar_top.tmpl
1 parent 4d05b8c commit 72b8b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/home_sidebar_top.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div class="flex-item-title">{{ctx.Locale.Tr "repo.repo_desc"}}</div>
1212
<div class="flex-item-body tw-text-16">
1313
<div class="tw-flex tw-flex-col tw-gap-2 tw-mt-2">
14-
<div class="repo-description tw-break-anywhere tw-gap-2 tw-text-balance">
14+
<div class="repo-description tw-break-anywhere tw-gap-2">
1515
{{- $description := .Repository.DescriptionHTML ctx -}}
1616
{{if $description}}{{$description | RenderCodeBlock}}{{else}}{{ctx.Locale.Tr "repo.repo_no_desc"}}{{end}}
1717
</div>

0 commit comments

Comments
 (0)