X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a23cfd6defb8dab9ac9afe13034f7b667f07acca..5d6640046afef7dc3714b784430e18bf2f2153fe:/src/views/process-panel/process-log-code-snippet.tsx diff --git a/src/views/process-panel/process-log-code-snippet.tsx b/src/views/process-panel/process-log-code-snippet.tsx index 2b7391c294..50d343d622 100644 --- a/src/views/process-panel/process-log-code-snippet.tsx +++ b/src/views/process-panel/process-log-code-snippet.tsx @@ -33,7 +33,7 @@ const styles: StyleRulesCallback = (theme: ArvadosTheme) => ({ }, }, logText: { - padding: theme.spacing.unit * 0.5, + padding: `0 ${theme.spacing.unit*0.5}px`, }, wordWrap: { whiteSpace: 'pre-wrap', @@ -126,4 +126,4 @@ export const ProcessLogCodeSnippet = withStyles(styles)(connect(mapStateToProps) ) } - })); \ No newline at end of file + }));