Update block-faq-1.html

This commit is contained in:
Hanna
2019-07-31 18:44:15 +02:00
parent d7be2875f7
commit 623efd2899

View File

@@ -28,9 +28,9 @@
content.style.paddingTop = "0px";
content.style.paddingBottom = "0px";
} else {
content.style.maxHeight = content.scrollHeight + 20 + "px";
content.style.maxHeight = content.scrollHeight + 30 + "px";
content.style.paddingTop = "10px";
content.style.paddingBottom = "10px";
content.style.paddingBottom = "20px";
}
});
}