mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
fix(seed): flex box challenges not displaying
This commit is contained in:
parent
2d25642a67
commit
83b63b4ca8
@ -35,6 +35,7 @@
|
|||||||
"challengeSeed": [
|
"challengeSeed": [
|
||||||
"<style>",
|
"<style>",
|
||||||
" #box-container {",
|
" #box-container {",
|
||||||
|
" height: 500px;",
|
||||||
" ",
|
" ",
|
||||||
" }",
|
" }",
|
||||||
" ",
|
" ",
|
||||||
@ -197,6 +198,7 @@
|
|||||||
"<style>",
|
"<style>",
|
||||||
" #box-container {",
|
" #box-container {",
|
||||||
" display: flex;",
|
" display: flex;",
|
||||||
|
" height: 500px;",
|
||||||
" ",
|
" ",
|
||||||
" }",
|
" }",
|
||||||
" #box-1 {",
|
" #box-1 {",
|
||||||
@ -351,6 +353,7 @@
|
|||||||
"<style>",
|
"<style>",
|
||||||
" #box-container {",
|
" #box-container {",
|
||||||
" display: flex;",
|
" display: flex;",
|
||||||
|
" height: 500px;",
|
||||||
" ",
|
" ",
|
||||||
" }",
|
" }",
|
||||||
" #box-1 {",
|
" #box-1 {",
|
||||||
@ -665,8 +668,8 @@
|
|||||||
" #box-container {",
|
" #box-container {",
|
||||||
" background: gray;",
|
" background: gray;",
|
||||||
" display: flex;",
|
" display: flex;",
|
||||||
" ",
|
|
||||||
" height: 500px;",
|
" height: 500px;",
|
||||||
|
" ",
|
||||||
" }",
|
" }",
|
||||||
" #box-1 {",
|
" #box-1 {",
|
||||||
" background-color: dodgerblue;",
|
" background-color: dodgerblue;",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user