fix(prism.css): use overflow-wrap for long, uninterrupted text strings
This commit is contained in:
parent
563cdef42a
commit
f822d627c1
3 changed files with 7 additions and 8 deletions
|
@ -25,7 +25,6 @@ pre {
|
|||
|
||||
code {
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
overflow-wrap: break-word;
|
||||
padding: 0;
|
||||
}
|
||||
|
@ -37,7 +36,7 @@ pre {
|
|||
border: var(--border-gray);
|
||||
padding: var(--spacing-xs);
|
||||
white-space: normal;
|
||||
word-wrap: break-word;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.namespace {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue