mirror of
https://github.com/docsifyjs/docsify.git
synced 2025-12-08 19:55:52 +00:00
fix: improve word breaking for code blocks in markdown (#2636)
This commit is contained in:
parent
e8117563ea
commit
73d41e9e48
@ -185,9 +185,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
code,
|
||||
:not(pre) > code,
|
||||
samp {
|
||||
white-space: pre-wrap;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
code {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user