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;