File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55 {{template "base/alert" .}}
66 {{template "repo/code/recently_pushed_new_branches" .}}
77 {{if and (not .HideRepoInfo) (not .IsBlame)}}
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">{{$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 211211 display : flex;
212212 justify-content : space-between;
213213 align-items : center;
214+ gap : 5px ;
214215 margin-bottom : 5px ;
215216}
216217
217- @media (max-width : 767.68 px ) {
218+ @media (max-width : 767.98 px ) {
218219 .repository .file .list .repo-description {
219220 flex-direction : column;
220- gap : 8px ;
221- align-items : normal;
221+ align-items : stretch;
222222 }
223223}
224224
You can’t perform that action at this time.
0 commit comments