From: soufiane Date: Fri, 13 Mar 2026 15:34:05 +0000 (+0100) Subject: wait #8056 @0:30 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=34c1ceb80828d7411be05887e694209d4ed4beed;p=fluidbook-toolbox-quiz.git wait #8056 @0:30 --- diff --git a/js/quiz.screens.js b/js/quiz.screens.js index 32f1079..6ff02da 100644 --- a/js/quiz.screens.js +++ b/js/quiz.screens.js @@ -269,7 +269,7 @@ QuizScreens.prototype = { const el = this.getActiveScreen().find(".explaination") let explaination = this.quiz.question.current().explaination el.toggleClass("active") - el.find(".explaination-text").text(explaination) + el.find(".explaination-text").html(explaination) }, getActiveScreen() { diff --git a/style/003-reset.sass b/style/003-reset.sass index 7786d0c..c3af23c 100644 --- a/style/003-reset.sass +++ b/style/003-reset.sass @@ -23,6 +23,9 @@ time, mark, audio, video, main vertical-align: baseline box-sizing: border-box +b + font-weight: bold + /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, diff --git a/style/109-modal-more-info.sass b/style/109-modal-more-info.sass index c02a224..b7140c4 100644 --- a/style/109-modal-more-info.sass +++ b/style/109-modal-more-info.sass @@ -33,6 +33,7 @@ z-index: 3 opacity: 0 transition: all .6s + overflow-y: auto h2 +font-size(24) margin-bottom: 12px