From 5607110d307ad155557115af286dc23ae707d7b7 Mon Sep 17 00:00:00 2001 From: Shiroiame-Kusu Date: Fri, 29 Nov 2024 19:43:34 +0800 Subject: [PATCH] Fix Article Summary Layout. --- inc/decorate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/decorate.php b/inc/decorate.php index 7f959d4d..cab31824 100644 --- a/inc/decorate.php +++ b/inc/decorate.php @@ -594,7 +594,7 @@ function customizer_css() { ?> } .post-excerpt p { - max-height: 90%; + max-height: 100%; -webkit-line-clamp: 11; display: -webkit-box; -webkit-box-orient: vertical;