Changes for page 学校ページ テンプレート
Last modified by Super Admin on 2026/04/05 18:59
From version
67.1
edited by Super Admin
on 2026/03/18 11:26
on 2026/03/18 11:26
Change comment:
There is no comment for this version
To version
66.1
edited by Super Admin
on 2026/03/18 09:18
on 2026/03/18 09:18
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -1082,7 +1082,7 @@ 1082 1082 body.classList.add('truncated'); 1083 1083 var clampedH = body.clientHeight; 1084 1084 body.classList.remove('truncated'); 1085 - if (fullH > clampedH * 1.3+20) {1085 + if (fullH > clampedH + 10) { 1086 1086 body.classList.add('truncated'); 1087 1087 var btn = document.createElement('button'); 1088 1088 btn.className = 'btn-read-more';