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 78e36e0 commit fa92277Copy full SHA for fa92277
templates/repo/sidebar/repo_info.tmpl
@@ -5,7 +5,7 @@
5
{{ctx.Locale.Tr "repo.repo_desc"}}
6
</div>
7
<div class="flex-item-body">
8
- <div class="ui repo-description">
+ <div class="ui repo-description gt-word-break">
9
<div id="repo-desc" class="gt-font-16">
10
{{$description := .Repository.DescriptionHTML $.Context}}
11
{{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