Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Commit 71fd6ef

Browse files
committed
Merge pull request #749 from cbiesinger/patch-1
Fix flex-margin-no-collapse.html
2 parents ce34f7b + d6cb42e commit 71fd6ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-flexbox-1/flex-margin-no-collapse.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
width: 100px;
2323
height: 100px;
2424
background-color: green;
25+
flex: none;
2526
}
2627

2728
#box1 {
@@ -50,4 +51,4 @@
5051
<div id="box2" class="box"></div>
5152
</div>
5253
</body>
53-
</html>
54+
</html>

0 commit comments

Comments
 (0)