Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[css-flexbox-1] Fix flexbox_flex-natural-mixed-basis-auto.html
The reference uses a width of 35em, whereas the test case used 35ex.
Make them both use 35em.
  • Loading branch information
cbiesinger committed Sep 30, 2015
1 parent 447480c commit b4fa639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-flexbox-1/flexbox_flex-natural-mixed-basis-auto.html
Expand Up @@ -10,7 +10,7 @@
font-family: ahem;
background: blue;
height: 8em;
width: 35ex;
width: 35em;

display: flex;
}
Expand Down

0 comments on commit b4fa639

Please sign in to comment.