allow line wrapping for pre style
This commit is contained in:
parent
289d33c28a
commit
9024466e6b
@ -39,4 +39,8 @@ body {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user