From 781524a3c9dbec25c1dfc34a0c5f7c30d7e1ea9b Mon Sep 17 00:00:00 2001 From: lyy Date: Wed, 22 Jan 2020 09:54:48 +0800 Subject: [PATCH] fix read more height --- css/article-style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/article-style.css b/css/article-style.css index fcb9fe54..61d9559d 100644 --- a/css/article-style.css +++ b/css/article-style.css @@ -104,7 +104,7 @@ table tr:nth-child(odd){ transition:max-height .3s; } :checked ~ .readMore { - max-height:666px; + max-height:fit-content; } input[type="checkbox"] { position:absolute;