From 2791a406f1aa5c2a1f095ae17a39215eb136148f Mon Sep 17 00:00:00 2001 From: Mimi <1119186082@qq.com> Date: Sun, 30 Mar 2025 12:37:45 +0800 Subject: [PATCH] Fix post title overflow --- source/css/_common/components/post/post-header.styl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/css/_common/components/post/post-header.styl b/source/css/_common/components/post/post-header.styl index f9f6e43..a5f9184 100644 --- a/source/css/_common/components/post/post-header.styl +++ b/source/css/_common/components/post/post-header.styl @@ -33,7 +33,10 @@ .posts-expand .post-title-link { border-bottom: 0; color: var(--link-color); + // Make underline position correct display: inline-block; + // Fix issue #736 + max-width: 100%; position: relative; &::before {