Merge branch 'main' into 19302-left-side-panel-changes
[arvados.git] / src / views / process-panel / process-log-code-snippet.tsx
index 2b7391c294ec0ac2ffd120fac25085b00b574e5c..50d343d6223c31f0c4a5998298d415ccaaa688bd 100644 (file)
@@ -33,7 +33,7 @@ const styles: StyleRulesCallback<CssRules> = (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)
                 ) }
             </div>
         </MuiThemeProvider>
-    }));
\ No newline at end of file
+    }));