From faba5bc7dbedefc9dd74d28e8b3d203f603d3e45 Mon Sep 17 00:00:00 2001 From: hbar1st <35541470+hbar1st@users.noreply.github.com> Date: Fri, 30 Jan 2026 08:22:47 -0500 Subject: [PATCH] fix(curriculum): correct editable region indentation workshop-game-settings-panel (#65303) --- .../workshop-game-settings-panel/68e6a99a0fd7386fb66e156f.md | 2 +- .../workshop-game-settings-panel/68e9a3194160f8f5620ddf21.md | 4 ++-- .../workshop-game-settings-panel/68e9a6bf1a74721a4e43e217.md | 2 +- .../workshop-game-settings-panel/68e9a73075dc26207320811a.md | 2 +- .../workshop-game-settings-panel/68ee86e3ee07b01626a392cc.md | 2 +- .../workshop-game-settings-panel/68f16192e8a66f3b948d3ebd.md | 2 +- .../workshop-game-settings-panel/68f29753fd5524530c6e65c8.md | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/curriculum/challenges/english/blocks/workshop-game-settings-panel/68e6a99a0fd7386fb66e156f.md b/curriculum/challenges/english/blocks/workshop-game-settings-panel/68e6a99a0fd7386fb66e156f.md index c424b2e06bf..f3366c2af40 100644 --- a/curriculum/challenges/english/blocks/workshop-game-settings-panel/68e6a99a0fd7386fb66e156f.md +++ b/curriculum/challenges/english/blocks/workshop-game-settings-panel/68e6a99a0fd7386fb66e156f.md @@ -55,7 +55,7 @@ assert.match(document.querySelector("h1")?.textContent, /Game Settings/); --fcc-editable-region-- - + --fcc-editable-region-- diff --git a/curriculum/challenges/english/blocks/workshop-game-settings-panel/68e9a3194160f8f5620ddf21.md b/curriculum/challenges/english/blocks/workshop-game-settings-panel/68e9a3194160f8f5620ddf21.md index ac60993f8e0..1ddc83bb330 100644 --- a/curriculum/challenges/english/blocks/workshop-game-settings-panel/68e9a3194160f8f5620ddf21.md +++ b/curriculum/challenges/english/blocks/workshop-game-settings-panel/68e9a3194160f8f5620ddf21.md @@ -132,9 +132,9 @@ assert.match(document.querySelectorAll("label")[3]?.innerHTML, /\]*>\s*
-

Game Settings

+

Game Settings

--fcc-editable-region-- - + --fcc-editable-region--
diff --git a/curriculum/challenges/english/blocks/workshop-game-settings-panel/68e9a6bf1a74721a4e43e217.md b/curriculum/challenges/english/blocks/workshop-game-settings-panel/68e9a6bf1a74721a4e43e217.md index e3dac80ce6b..765b93f818d 100644 --- a/curriculum/challenges/english/blocks/workshop-game-settings-panel/68e9a6bf1a74721a4e43e217.md +++ b/curriculum/challenges/english/blocks/workshop-game-settings-panel/68e9a6bf1a74721a4e43e217.md @@ -95,7 +95,7 @@ input[type='checkbox'] { height: 20px; cursor: pointer; --fcc-editable-region-- - + --fcc-editable-region-- } ``` diff --git a/curriculum/challenges/english/blocks/workshop-game-settings-panel/68e9a73075dc26207320811a.md b/curriculum/challenges/english/blocks/workshop-game-settings-panel/68e9a73075dc26207320811a.md index 181b95659e2..c27dc4b5f9e 100644 --- a/curriculum/challenges/english/blocks/workshop-game-settings-panel/68e9a73075dc26207320811a.md +++ b/curriculum/challenges/english/blocks/workshop-game-settings-panel/68e9a73075dc26207320811a.md @@ -117,7 +117,7 @@ input[type='checkbox'] { appearance: none; border: 2px solid #f1be32; --fcc-editable-region-- - + --fcc-editable-region-- } ``` diff --git a/curriculum/challenges/english/blocks/workshop-game-settings-panel/68ee86e3ee07b01626a392cc.md b/curriculum/challenges/english/blocks/workshop-game-settings-panel/68ee86e3ee07b01626a392cc.md index 46c548468a2..593e6aa69d2 100644 --- a/curriculum/challenges/english/blocks/workshop-game-settings-panel/68ee86e3ee07b01626a392cc.md +++ b/curriculum/challenges/english/blocks/workshop-game-settings-panel/68ee86e3ee07b01626a392cc.md @@ -77,7 +77,7 @@ body { border-radius: 10px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); --fcc-editable-region-- - + --fcc-editable-region-- } ``` diff --git a/curriculum/challenges/english/blocks/workshop-game-settings-panel/68f16192e8a66f3b948d3ebd.md b/curriculum/challenges/english/blocks/workshop-game-settings-panel/68f16192e8a66f3b948d3ebd.md index 494e026873e..ee0393cadef 100644 --- a/curriculum/challenges/english/blocks/workshop-game-settings-panel/68f16192e8a66f3b948d3ebd.md +++ b/curriculum/challenges/english/blocks/workshop-game-settings-panel/68f16192e8a66f3b948d3ebd.md @@ -127,7 +127,7 @@ input[type="checkbox"]:checked::after { display: block; text-align: center; --fcc-editable-region-- - + --fcc-editable-region-- } ``` diff --git a/curriculum/challenges/english/blocks/workshop-game-settings-panel/68f29753fd5524530c6e65c8.md b/curriculum/challenges/english/blocks/workshop-game-settings-panel/68f29753fd5524530c6e65c8.md index 2cc70228024..ee265b33f12 100644 --- a/curriculum/challenges/english/blocks/workshop-game-settings-panel/68f29753fd5524530c6e65c8.md +++ b/curriculum/challenges/english/blocks/workshop-game-settings-panel/68f29753fd5524530c6e65c8.md @@ -100,7 +100,7 @@ input[type='checkbox'] { background-color: white; transition: all 0.3s; --fcc-editable-region-- - + --fcc-editable-region-- } ```