From 550de87339c5db2d05d4affdc88555d9dc189fbd Mon Sep 17 00:00:00 2001 From: Kitcham Date: Thu, 3 Sep 2020 00:11:17 +0800 Subject: [PATCH] fix(style): fix style of post navigation (#780) --- include/style/article.styl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/include/style/article.styl b/include/style/article.styl index 6e73c95..4ea7a22 100644 --- a/include/style/article.styl +++ b/include/style/article.styl @@ -148,3 +148,17 @@ article a color: inherit + +a + &.article-nav-prev + span + text-align: left + flex-shrink: 1 + word-wrap: break-word + white-space: normal + &.article-nav-next + span + text-align: right + flex-shrink: 1 + word-wrap: break-word + white-space: normal \ No newline at end of file