From d85c388517794e2e539124c8667c415e51b9469a Mon Sep 17 00:00:00 2001 From: Nate Weaver Date: Sat, 11 Jan 2020 17:31:18 -0600 Subject: [PATCH] Don't allow hyphenation inside inline elements --- iOS/Resources/styleSheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%;