File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 28
28
</div>
29
29
</div>
30
30
</h4>
31
- <div class="ui attached table unstackable segment">
31
+ <div class="ui bottom attached table unstackable segment">
32
32
<div class="file-view code-view unicode-escaped">
33
33
{{if .IsFileTooLarge}}
34
34
{{template "shared/filetoolarge" dict "RawFileLink" .RawFileLink}}
Original file line number Diff line number Diff line change 11
11
<a class="ui primary tiny button" href="{{.LFSFilesLink}}/find?oid={{.LFSFile.Oid}}&size={{.LFSFile.Size}}">{{ctx.Locale.Tr "repo.settings.lfs_findcommits"}}</a>
12
12
</div>
13
13
</h4>
14
- <div class="ui attached table unstackable segment">
14
+ <div class="ui bottom attached table unstackable segment">
15
15
{{template "repo/unicode_escape_prompt" dict "EscapeStatus" .EscapeStatus "root" $}}
16
16
<div class="file-view{{if .IsMarkup}} markup {{.MarkupType}}{{else if .IsPlainText}} plain-text{{else if .IsTextFile}} code-view{{end}}">
17
17
{{if .IsFileTooLarge}}
Original file line number Diff line number Diff line change 11
11
{{end}}
12
12
13
13
{{if not .ReadmeInList}}
14
- <div id="repo-file-commit-box" class="ui top attached header list-header tw-mb-4 tw-flex tw-justify-between">
14
+ <div id="repo-file-commit-box" class="ui segment list-header tw-mb-4 tw-flex tw-justify-between">
15
15
<div class="latest-commit">
16
16
{{template "repo/latest_commit" .}}
17
17
</div>
84
84
{{end}}
85
85
</div>
86
86
</h4>
87
- <div class="ui attached table unstackable segment">
87
+ <div class="ui bottom attached table unstackable segment">
88
88
{{if not (or .IsMarkup .IsRenderedHTML)}}
89
89
{{template "repo/unicode_escape_prompt" dict "EscapeStatus" .EscapeStatus "root" $}}
90
90
{{end}}
Original file line number Diff line number Diff line change @@ -435,7 +435,6 @@ td .commit-summary {
435
435
padding : 0 !important ;
436
436
}
437
437
438
- .non-diff-file-content .attached .segment ,
439
438
.non-diff-file-content .pdfobject {
440
439
border-radius : 0 0 var (--border-radius ) var (--border-radius );
441
440
}
@@ -2391,6 +2390,7 @@ tbody.commit-list {
2391
2390
.author-wrapper {
2392
2391
max-width : 180px ;
2393
2392
align-self : center;
2393
+ white-space : nowrap;
2394
2394
}
2395
2395
2396
2396
/* in the commit list, messages can wrap so we can use inline */
You can’t perform that action at this time.
0 commit comments