4 lines
163 B
Plaintext
4 lines
163 B
Plaintext
|
|
<Typography component="div">
|
||
|
|
<Box sx={{ lineHeight: 'normal', m: 1 }}>Normal height.</Box>
|
||
|
|
<Box sx={{ lineHeight: 2, m: 1 }}>line-height: 2</Box>
|
||
|
|
</Typography>
|