We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a34211 commit a92c6d5Copy full SHA for a92c6d5
src/Shared/Components/CICDHistory/LogStageAccordion.tsx
@@ -95,13 +95,13 @@ const LogStageAccordion = ({
95
>
96
<span
97
ref={scrollIntoView}
98
- className="cn-4 col-2 lh-20 dc__text-align-end dc__word-break mono fs-14"
+ className="cn-4 col-2 lh-20 dc__text-align-end dc__word-break mono fs-14 dc__user-select-none"
99
data-contains-match={doesLineContainSearchMatch}
100
101
{logsIndex + 1}
102
</span>
103
- <p
104
- className="mono fs-14 mb-0-imp cn-0 dc__word-break lh-20"
+ <pre
+ className="mono fs-14 mb-0-imp cn-0 dc__word-break lh-20 dc__unset-pre"
105
// eslint-disable-next-line react/no-danger
106
dangerouslySetInnerHTML={{
107
__html: DOMPurify.sanitize(log),
0 commit comments