From 34c5d0539531878d3d8fa5307f406a90282673de Mon Sep 17 00:00:00 2001 From: TheYoungManLi Date: Fri, 10 Mar 2023 17:51:20 +0800 Subject: [PATCH] fix: Make Chinese text in line Signed-off-by: TheYoungManLi --- assets/scss/common.scss | 4 ++++ layouts/partials/footer.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/scss/common.scss b/assets/scss/common.scss index 55007d042..2d987db7c 100644 --- a/assets/scss/common.scss +++ b/assets/scss/common.scss @@ -49,6 +49,10 @@ section { justify-content: space-between; } +.nowrap-li:last-of-type { + white-space: nowrap; +} + .title-h1 { font-size: 40px; line-height: 1; diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 6fbc2bb19..02e209e22 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -13,7 +13,7 @@