fix(curriculum): correct editable region indentation workshop-game-settings-panel (#65303)

This commit is contained in:
hbar1st
2026-01-30 08:22:47 -05:00
committed by GitHub
parent e70c651d2c
commit faba5bc7db
7 changed files with 8 additions and 8 deletions

View File

@@ -55,7 +55,7 @@ assert.match(document.querySelector("h1")?.textContent, /Game Settings/);
</head>
<body>
--fcc-editable-region--
--fcc-editable-region--
</body>
</html>

View File

@@ -132,9 +132,9 @@ assert.match(document.querySelectorAll("label")[3]?.innerHTML, /\<input[^>]*>\s*
</head>
<body>
<div>
<h1>Game Settings</h1>
<h1>Game Settings</h1>
--fcc-editable-region--
--fcc-editable-region--
</div>
</body>

View File

@@ -95,7 +95,7 @@ input[type='checkbox'] {
height: 20px;
cursor: pointer;
--fcc-editable-region--
--fcc-editable-region--
}
```

View File

@@ -117,7 +117,7 @@ input[type='checkbox'] {
appearance: none;
border: 2px solid #f1be32;
--fcc-editable-region--
--fcc-editable-region--
}
```

View File

@@ -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--
}
```

View File

@@ -127,7 +127,7 @@ input[type="checkbox"]:checked::after {
display: block;
text-align: center;
--fcc-editable-region--
--fcc-editable-region--
}
```

View File

@@ -100,7 +100,7 @@ input[type='checkbox'] {
background-color: white;
transition: all 0.3s;
--fcc-editable-region--
--fcc-editable-region--
}
```