From d63b169b8cc21be78f6904c31d358b3946e0837e Mon Sep 17 00:00:00 2001 From: ziegler Date: Mon, 13 May 2024 10:36:21 +0200 Subject: [PATCH] Fix: Fix for missing title input fields in H5P Interactive Books --- service/src/main/php/src/tools/h5p/js/customEdu.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/src/main/php/src/tools/h5p/js/customEdu.css b/service/src/main/php/src/tools/h5p/js/customEdu.css index 0f68c83..13b3b18 100644 --- a/service/src/main/php/src/tools/h5p/js/customEdu.css +++ b/service/src/main/php/src/tools/h5p/js/customEdu.css @@ -1,4 +1,4 @@ -.field-name-extraTitle { +.tree > .field-name-extraTitle { display: none; }