codesnippet text wrapping fix on safari (#10346)
This commit is contained in:
parent
4bf69e64c5
commit
3bce5b9bdf
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ div.highlight {
|
|||
white-space: pre;
|
||||
overflow-x: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
overflow-wrap: initial;
|
||||
|
||||
code {
|
||||
font-size: 100%;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue