fix(curriculum): correct spacing in CSS editable region (#63433)

This commit is contained in:
Shashank Dangi
2025-11-10 17:26:00 +09:00
committed by GitHub
parent d8f5c6aca7
commit 8de1289fa8
20 changed files with 0 additions and 24 deletions

View File

@@ -40,7 +40,6 @@ assert.match(linkHrefValue, /^(\.\/)?styles\.css$/);
## --seed-contents--
```html
--fcc-editable-region--
<!DOCTYPE html>
@@ -56,7 +55,6 @@ assert.match(linkHrefValue, /^(\.\/)?styles\.css$/);
</html>
--fcc-editable-region--
```
```css

View File

@@ -67,10 +67,8 @@ assert.strictEqual(new __helpers.CSSHelp(document).getStyle("body")?.getProperty
```
```css
--fcc-editable-region--
--fcc-editable-region--
```

View File

@@ -55,7 +55,6 @@ assert.oneOf(new __helpers.CSSHelp(document).getStyle(".card")?.getPropertyValue
```
```css
--fcc-editable-region--
body {
@@ -66,5 +65,4 @@ body {
}
--fcc-editable-region--
```

View File

@@ -70,5 +70,4 @@ body {
}
--fcc-editable-region--
```

View File

@@ -69,5 +69,4 @@ body {
}
--fcc-editable-region--
```

View File

@@ -87,5 +87,4 @@ body {
--fcc-editable-region--
```

View File

@@ -91,5 +91,4 @@ body {
}
--fcc-editable-region--
```

View File

@@ -112,6 +112,4 @@ body {
}
--fcc-editable-region--
```

View File

@@ -98,5 +98,4 @@ body {
--fcc-editable-region--
```

View File

@@ -100,5 +100,4 @@ h1::before {
--fcc-editable-region--
```

View File

@@ -110,5 +110,4 @@ h1::after {
--fcc-editable-region--
```

View File

@@ -122,5 +122,4 @@ h1::after {
--fcc-editable-region--
```

View File

@@ -149,5 +149,4 @@ h1::after {
--fcc-editable-region--
```

View File

@@ -126,5 +126,4 @@ h1::after {
--fcc-editable-region--
```

View File

@@ -129,5 +129,4 @@ h1::after {
--fcc-editable-region--
```

View File

@@ -133,5 +133,4 @@ h1::after {
--fcc-editable-region--
```

View File

@@ -134,5 +134,4 @@ h1::after {
--fcc-editable-region--
```

View File

@@ -168,5 +168,4 @@ h1::after {
--fcc-editable-region--
```

View File

@@ -157,5 +157,4 @@ section {
--fcc-editable-region--
```

View File

@@ -159,7 +159,6 @@ section:hover{
}
--fcc-editable-region--
```
# --solutions--