We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d05b8c commit 72b8b09Copy full SHA for 72b8b09
templates/repo/home_sidebar_top.tmpl
@@ -11,7 +11,7 @@
11
<div class="flex-item-title">{{ctx.Locale.Tr "repo.repo_desc"}}</div>
12
<div class="flex-item-body tw-text-16">
13
<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">
+ <div class="repo-description tw-break-anywhere tw-gap-2">
15
{{- $description := .Repository.DescriptionHTML ctx -}}
16
{{if $description}}{{$description | RenderCodeBlock}}{{else}}{{ctx.Locale.Tr "repo.repo_no_desc"}}{{end}}
17
</div>
0 commit comments