Commit 10f7abe2 authored by Martin Wortschack's avatar Martin Wortschack

Merge branch '33911-whitespaces-color-fixes' into 'master'

Fixes whitespace and line numbers

Closes #33911

See merge request gitlab-org/gitlab!18537
parents f8caaee4 f16f7be8
...@@ -48,7 +48,7 @@ export default { ...@@ -48,7 +48,7 @@ export default {
<template> <template>
<gl-link <gl-link
:id="lineNumberId" :id="lineNumberId"
class="d-inline-block text-right position-absolute line-number" class="d-inline-block text-right line-number"
:href="buildLineNumber" :href="buildLineNumber"
>{{ parsedLineNumber }}</gl-link >{{ parsedLineNumber }}</gl-link
> >
......
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
border-radius: $border-radius-small; border-radius: $border-radius-small;
min-height: 42px; min-height: 42px;
background-color: $builds-trace-bg; background-color: $builds-trace-bg;
white-space: pre-wrap;
} }
.log-line { .log-line {
...@@ -17,7 +18,7 @@ ...@@ -17,7 +18,7 @@
} }
.line-number { .line-number {
color: $gl-text-color-inverted; color: $gl-gray-500;
padding: 0 $gl-padding-8; padding: 0 $gl-padding-8;
min-width: $job-line-number-width; min-width: $job-line-number-width;
margin-left: -$job-line-number-margin; margin-left: -$job-line-number-margin;
...@@ -27,7 +28,7 @@ ...@@ -27,7 +28,7 @@
&:active, &:active,
&:visited { &:visited {
text-decoration: underline; text-decoration: underline;
color: $gl-text-color-inverted; color: $gl-gray-500;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment