]> source.dussan.org Git - gitea.git/commitdiff
Fix commit compare style (#26209)
authorpuni9869 <80308335+puni9869@users.noreply.github.com>
Sat, 29 Jul 2023 16:19:12 +0000 (21:49 +0530)
committerGitHub <noreply@github.com>
Sat, 29 Jul 2023 16:19:12 +0000 (16:19 +0000)
as title

Fixes : #25825
Before
<img width="1334" alt="image"
src="https://github.com/go-gitea/gitea/assets/80308335/c54a41b0-39bd-4094-a956-081a8f4128f2">

After change
<img width="1340" alt="image"
src="https://github.com/go-gitea/gitea/assets/80308335/c112d235-6bbe-4bcb-9529-78da3ab0fa14">

Co-authored-by: Giteabot <teabot@gitea.io>
templates/repo/commits_table.tmpl

index b64695eb0bc190711dd42e8f73b8a7e3459f16da..415f3da0c0752ffaccca64924b1e9722f37b8891 100644 (file)
@@ -8,7 +8,7 @@
                        {{.locale.Tr "repo.commits.no_commits" $.BaseBranch $.HeadBranch}} {{if .RefName}}({{.RefName}}){{end}}
                {{end}}
        </div>
-       <div class="commits-table-right">
+       <div class="commits-table-right gt-whitespace-nowrap">
                {{if .PageIsCommits}}
                        <form class="ignore-dirty" action="{{.RepoLink}}/commits/{{.BranchNameSubURL}}/search">
                                <div class="ui tiny search input">