mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 07:21:36 +01:00 
			
		
		
		
	Fix overflow on issue dependency (#30484)
Small tweak here to prevent this and likely other events from overflowing in the timeline: <img width="895" alt="Screenshot 2024-04-14 at 22 53 17" src="https://github.com/go-gitea/gitea/assets/115237/001b4f6b-f649-44ff-b2f0-c8e0dedeb384"> Co-authored-by: Giteabot <teabot@gitea.io>
This commit is contained in:
		
							parent
							
								
									994920c677
								
							
						
					
					
						commit
						1508a85f62
					
				| @ -1063,6 +1063,12 @@ td .commit-summary { | ||||
|   margin-left: 15px; | ||||
| } | ||||
| 
 | ||||
| .repository.view.issue .comment-list .event .detail .text { | ||||
|   overflow: hidden; | ||||
|   white-space: nowrap; | ||||
|   text-overflow: ellipsis; | ||||
| } | ||||
| 
 | ||||
| .repository.view.issue .comment-list .event .segments { | ||||
|   box-shadow: none; | ||||
| } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user