mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 19:38:23 +00:00 
			
		
		
		
	Improve commit graph alignment and truncating (#26112)
Fix #26101 
This commit is contained in:
		| @@ -109,8 +109,13 @@ | ||||
|   background-color: var(--color-secondary-alpha-30); | ||||
| } | ||||
|  | ||||
| #git-graph-container #rev-list .tags a.button { | ||||
| #git-graph-container #rev-list .commit-refs .button { | ||||
|   padding: 2px 4px; | ||||
|   margin-right: 0.25em; | ||||
|   display: inline-block; | ||||
|   max-width: 200px; | ||||
|   overflow: hidden; | ||||
|   text-overflow: ellipsis; | ||||
| } | ||||
|  | ||||
| #git-graph-container #rev-list .sha.label { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user