fix(seed): flex box challenges not displaying
This commit is contained in:
		@@ -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;",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user