codesnippet text wrapping fix on safari (#10346)

This commit is contained in:
ludwiczakpawel 2020-09-16 23:02:17 +02:00 committed by GitHub
parent 4bf69e64c5
commit 3bce5b9bdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,7 @@ div.highlight {
white-space: pre;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
overflow-wrap: initial;
code {
font-size: 100%;