Merge pull request #16888 from PolarisTLX/fix/flexbox-display-firefox

fix(seed): flex box challenges not displaying
pull/16849/merge
mstellaluna 2018-03-14 09:28:46 -04:00 committed by GitHub
commit 1ed46631af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -35,6 +35,7 @@
"challengeSeed": [
"<style>",
" #box-container {",
" height: 500px;",
" ",
" }",
" ",
@ -197,6 +198,7 @@
"<style>",
" #box-container {",
" display: flex;",
" height: 500px;",
" ",
" }",
" #box-1 {",
@ -351,6 +353,7 @@
"<style>",
" #box-container {",
" display: flex;",
" height: 500px;",
" ",
" }",
" #box-1 {",
@ -665,8 +668,8 @@
" #box-container {",
" background: gray;",
" display: flex;",
" ",
" height: 500px;",
" ",
" }",
" #box-1 {",
" background-color: dodgerblue;",