diff --git a/frontend/src/assets/style.scss b/frontend/src/assets/style.scss index a33fa82af..1856e7aae 100644 --- a/frontend/src/assets/style.scss +++ b/frontend/src/assets/style.scss @@ -973,11 +973,12 @@ section.analytics { margin-bottom: 2px; } - .timestamp { + .timestamp, .file { color: $primary; display: inline-block; min-width: 175px; margin-right: 5px; + user-select: auto; } .line:hover { diff --git a/frontend/src/components/LogView.vue b/frontend/src/components/LogView.vue index ac7ddab43..f2212afdc 100644 --- a/frontend/src/components/LogView.vue +++ b/frontend/src/components/LogView.vue @@ -4,7 +4,8 @@
@@ -15,8 +16,8 @@