diff options
author | puni9869 <80308335+puni9869@users.noreply.github.com> | 2023-07-29 21:49:12 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-29 16:19:12 +0000 |
commit | 11074258fc3ecc42f69a385f5433874bf3a8bb0f (patch) | |
tree | da6746bc550a56700d4635f3808798fbe3ab9aa2 /templates/repo | |
parent | fd836ff68b6ec60c410daa9df54d36ed9ecebc78 (diff) | |
download | gitea-11074258fc3ecc42f69a385f5433874bf3a8bb0f.tar.gz gitea-11074258fc3ecc42f69a385f5433874bf3a8bb0f.zip |
Fix commit compare style (#26209)
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>
Diffstat (limited to 'templates/repo')
-rw-r--r-- | templates/repo/commits_table.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/commits_table.tmpl b/templates/repo/commits_table.tmpl index b64695eb0b..415f3da0c0 100644 --- a/templates/repo/commits_table.tmpl +++ b/templates/repo/commits_table.tmpl @@ -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"> |