feat(markdown.scss): add white-space: pre-wrap to code elements
This commit is contained in:
parent
aa3b2d6290
commit
e6359d2048
@ -87,4 +87,8 @@
|
|||||||
span {
|
span {
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user