mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 19:45:25 +01:00 
			
		
		
		
	Merge pull request #830 from TonyTsangHK/dev
Add max-width to commit message of repo-files-table
This commit is contained in:
		
						commit
						9e61ec316e
					
				| @ -1250,6 +1250,9 @@ The register and sign-in page style | |||||||
|   color: #428BCA; |   color: #428BCA; | ||||||
|   text-decoration: underline; |   text-decoration: underline; | ||||||
| } | } | ||||||
|  | #repo-files-table td.message .text-truncate { | ||||||
|  |   max-width: 360px; | ||||||
|  | } | ||||||
| #repo-files-table tbody { | #repo-files-table tbody { | ||||||
|   background-color: #FFF; |   background-color: #FFF; | ||||||
| } | } | ||||||
|  | |||||||
| @ -281,6 +281,11 @@ | |||||||
|         color: #428BCA; |         color: #428BCA; | ||||||
|         text-decoration: underline; |         text-decoration: underline; | ||||||
|     } |     } | ||||||
|  |     td.message { | ||||||
|  |         .text-truncate { | ||||||
|  |             max-width: 360px; | ||||||
|  |         } | ||||||
|  |     } | ||||||
|     tbody { |     tbody { | ||||||
|         background-color: #FFF; |         background-color: #FFF; | ||||||
|         tr:hover { |         tr:hover { | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user