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 5
5
{{template "base/alert" .}}
6
6
{{template "repo/code/recently_pushed_new_branches" .}}
7
7
{{if and (not .HideRepoInfo) (not .IsBlame)}}
8
- <div class="ui repo-description">
8
+ <div class="ui repo-description gt-word-break ">
9
9
<div id="repo-desc" class="gt-font-16">
10
10
{{$description := .Repository.DescriptionHTML $.Context}}
11
11
{{if $description}}<span class="description">{{$description | RenderCodeBlock}}</span>{{else if .IsRepositoryAdmin}}<span class="no-description text-italic">{{ctx.Locale.Tr "repo.no_desc"}}</span>{{end}}
Original file line number Diff line number Diff line change 211
211
display : flex;
212
212
justify-content : space-between;
213
213
align-items : center;
214
+ gap : 5px ;
214
215
margin-bottom : 5px ;
215
216
}
216
217
217
- @media (max-width : 767.68 px ) {
218
+ @media (max-width : 767.98 px ) {
218
219
.repository .file .list .repo-description {
219
220
flex-direction : column;
220
- gap : 8px ;
221
- align-items : normal;
221
+ align-items : stretch;
222
222
}
223
223
}
224
224
You can’t perform that action at this time.
0 commit comments