From fcee67e2f82bf94a5be90a9da6a534cfa0bb686a Mon Sep 17 00:00:00 2001 From: Paal Joergensen Date: Mon, 7 Aug 2017 13:32:20 +0200 Subject: [PATCH 1/2] Made reset button's text displayed on one line --- memory-game.css | 1 + 1 file changed, 1 insertion(+) diff --git a/memory-game.css b/memory-game.css index 199a07b..5808ffb 100644 --- a/memory-game.css +++ b/memory-game.css @@ -276,6 +276,7 @@ transform: translate(-50%,-50%) scale(1) rotate(0); cursor: pointer; line-height: 1.2; + white-space: nowrap; padding: 0.5em 1.25em; border-radius: 2em; background: #1a73d9; From 252bae0220203e52f4edf405323f0a03f3b8c86a Mon Sep 17 00:00:00 2001 From: Paal Joergensen Date: Mon, 7 Aug 2017 13:38:24 +0200 Subject: [PATCH 2/2] HFP-1343 Using iframe as embed type --- library.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library.json b/library.json index caabf32..a16a0dd 100644 --- a/library.json +++ b/library.json @@ -8,6 +8,7 @@ "author": "Joubel", "license": "MIT", "machineName": "H5P.MemoryGame", + "embedTypes": ["iframe"], "preloadedCss": [ { "path": "memory-game.css" @@ -54,4 +55,4 @@ "minorVersion": 3 } ] -} \ No newline at end of file +}