aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKN4CK3R2022-10-25 19:00:37 +0200
committerGitHub2022-10-25 18:00:37 +0100
commit5c2089a01d6235033ca254fc46a411d2e740e346 (patch)
treebf2fd8d963133bc99fcc0f895efac4e324f865e4
parent5e8e3ecbeb71ea924ed9662251af2897285b8220 (diff)
Change `commits-table` column width (#21564)
Fixes #21561 Before ![image](https://user-images.githubusercontent.com/20903656/197388658-0ea1d941-8bc7-4f10-b5db-4ece8602b13a.png) After ![image](https://user-images.githubusercontent.com/20903656/197388665-78fb8421-105d-408d-84cf-a86b1cc61e2e.png)
-rw-r--r--templates/repo/commits_list.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/repo/commits_list.tmpl b/templates/repo/commits_list.tmpl
index 720067ce6..96156caa3 100644
--- a/templates/repo/commits_list.tmpl
+++ b/templates/repo/commits_list.tmpl
@@ -2,10 +2,10 @@
<table class="ui very basic striped table unstackable fixed" id="commits-table">
<thead>
<tr>
- <th class="four wide">{{.locale.Tr "repo.commits.author"}}</th>
+ <th class="three wide">{{.locale.Tr "repo.commits.author"}}</th>
<th class="two wide sha">SHA1</th>
- <th class="seven wide message">{{.locale.Tr "repo.commits.message"}}</th>
- <th class="three wide right aligned">{{.locale.Tr "repo.commits.date"}}</th>
+ <th class="nine wide message">{{.locale.Tr "repo.commits.message"}}</th>
+ <th class="two wide right aligned">{{.locale.Tr "repo.commits.date"}}</th>
</tr>
</thead>
<tbody class="commit-list">