diff --git a/src/Layout-test-utils.js b/src/Layout-test-utils.js index 20e75e38..1205bee3 100644 --- a/src/Layout-test-utils.js +++ b/src/Layout-test-utils.js @@ -71,8 +71,10 @@ var layoutTestUtils = (function() { margin: 0; padding: 0; } - body { - width: 0; + + hack to ignore three hundred px width of the body {} + body > div { + align-self: flex-start; } */} + '').slice(15, -4); doc.head.appendChild(style);