mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Change commits-table column width (#21564)
				
					
				
			Fixes #21561 Before  After 
This commit is contained in:
		@@ -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">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user