Skip to content

Commit fa804d3

Browse files
committed
remove line numbers (they weren't aligned)
1 parent c69278e commit fa804d3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

mlflow/server/js/src/experiment-tracking/components/run-page/RunViewStdoutTab.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,13 +147,12 @@ export const RunViewStdoutTab = ({
147147
margin: 0,
148148
padding: theme.spacing.md,
149149
backgroundColor: theme.colors.backgroundSecondary,
150-
whiteSpace: 'pre-wrap',
151-
wordBreak: 'break-word',
150+
whiteSpace: 'pre',
152151
height: '100%',
153152
overflow: 'auto',
154153
}}
155-
showLineNumbers
156-
wrapLongLines
154+
showLineNumbers={false}
155+
wrapLongLines={false}
157156
>
158157
{stdoutContent}
159158
</SyntaxHighlighter>

0 commit comments

Comments
 (0)