core-components: reduce font size in LogViewer

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-12-05 20:56:44 +01:00
committed by blam
parent d90dad84b0
commit ea8d73a7ed
@@ -31,7 +31,7 @@ export const useStyles = makeStyles(theme => ({
},
log: {
fontFamily: '"Monaco", monospace',
fontSize: theme.typography.fontSize,
fontSize: theme.typography.pxToRem(12),
},
line: {
position: 'relative',