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 @@ -430,7 +430,6 @@ td .commit-summary {
430
430
padding : 0 !important ;
431
431
}
432
432
433
- .non-diff-file-content .attached .segment ,
434
433
.non-diff-file-content .pdfobject {
435
434
border-radius : 0 0 var (--border-radius ) var (--border-radius );
436
435
}
@@ -2282,6 +2281,7 @@ tbody.commit-list {
2282
2281
.author-wrapper {
2283
2282
max-width : 180px ;
2284
2283
align-self : center;
2284
+ white-space : nowrap;
2285
2285
}
2286
2286
2287
2287
/* in the commit list, messages can wrap so we can use inline */
You can’t perform that action at this time.
0 commit comments