mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 12:53:43 +01:00 
			
		
		
		
	Change commits-table column width (#21564)
				
					
				
			Fixes #21561 Before  After 
This commit is contained in:
		
							parent
							
								
									5e8e3ecbeb
								
							
						
					
					
						commit
						5c2089a01d
					
				@ -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">
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user