From 5b40cdc9261b11a8342533b2d9cf7f88735f5595 Mon Sep 17 00:00:00 2001 From: xiaoluoboding Date: Tue, 21 Feb 2017 01:35:12 +0800 Subject: [PATCH] Update 2017.02.21 Fixed code highlight does not match line number in Safari and IOS. --- assets/css/screen.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/assets/css/screen.css b/assets/css/screen.css index 3cced8f..c03f1fb 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -1153,10 +1153,6 @@ body.nav-opened .site-wrapper { ========================================================================== */ .read-next { - /*display: -webkit-box; - display: -webkit-flex; - display: -ms-flexbox; - display: flex;*/ -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; @@ -2300,6 +2296,7 @@ code.has-numbering { margin-left: 32px; padding: 0.5em; white-space: pre; + word-wrap: normal; display: block; } .pre-numbering {