diff --git a/iOS/Resources/styleSheet.css b/iOS/Resources/styleSheet.css index 66b7d31ec..970e2a627 100644 --- a/iOS/Resources/styleSheet.css +++ b/iOS/Resources/styleSheet.css @@ -133,7 +133,6 @@ pre { padding: 5px; word-wrap: normal; word-break: normal; - -webkit-hyphens: none; } .nnw-overflow { overflow-x: auto; @@ -141,6 +140,7 @@ pre { code, pre { font-family: "SF Mono", Menlo, "Courier New", Courier, monospace; font-size: .8235rem; + -webkit-hyphens: none; } img, figure, video, iframe, div { max-width: 100%;