From df9ce15aa16ad2acfa979bb0aa52716d7a8fd790 Mon Sep 17 00:00:00 2001 From: Googleplex Date: Tue, 7 Apr 2020 05:01:20 +0800 Subject: [PATCH] fix: code tag text overflow-wrap (#665) --- include/style/article.styl | 1 + 1 file changed, 1 insertion(+) diff --git a/include/style/article.styl b/include/style/article.styl index 029238f..2090a40 100644 --- a/include/style/article.styl +++ b/include/style/article.styl @@ -50,6 +50,7 @@ article code padding: 0 background: transparent + overflow-wrap: break-word blockquote &.pullquote