mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09: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