core-components: reduce font size in LogViewer
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user