mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Do not select line numbers when selecting text from the action run logs (#24594)
- Fixes #24578 # Before  # After  Signed-off-by: Yarden Shoham <git@yardenshoham.com>
This commit is contained in:
		@@ -530,6 +530,7 @@ export function ansiLogToHTML(line) {
 | 
			
		||||
  width: 48px;
 | 
			
		||||
  color: var(--color-grey-light);
 | 
			
		||||
  text-align: right;
 | 
			
		||||
  user-select: none;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.job-step-section .job-step-logs .job-log-line .log-time {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user