Browse Source

Do not select line numbers when selecting text from the action run logs (#24594) (#24596)

Backport #24594 by @yardenshoham

- Fixes #24578

# Before

![image](https://user-images.githubusercontent.com/20454870/236873942-26e97f28-6595-4be9-88fa-158870eda253.png)

# After

![image](https://user-images.githubusercontent.com/20454870/236874171-8f0182a5-e953-4740-b875-f3542dee8325.png)

Signed-off-by: Yarden Shoham <git@yardenshoham.com>
Co-authored-by: Yarden Shoham <git@yardenshoham.com>
tags/v1.19.4
Giteabot 1 year ago
parent
commit
7eaf7aacde
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      web_src/js/components/RepoActionView.vue

+ 1
- 0
web_src/js/components/RepoActionView.vue View File

@@ -469,6 +469,7 @@ export function initRepositoryActionView() {
width: 48px;
color: var(--color-grey-light);
text-align: right;
user-select: none;
}

.job-step-section .job-step-logs .job-log-line .log-time {

Loading…
Cancel
Save