From 3e8fb867de1c840f6b97698bcdfd5dc50642ad5b Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Thu, 18 Aug 2016 16:15:23 -0400 Subject: [PATCH] Use 2x for height and width of #ember-testing. Prior to this change, the testing preview would have the proper width but only half the height. ### Before ![screenshot](https://monosnap.com/file/E8UKIAAMmyAjeLBjlrlNIVG8mcGID2.png) ### After ![screenshot](https://monosnap.com/file/GE0c0EpmoPq7IZfjptbdwG3FcncMHN.png) --- vendor/ember-cli-qunit/test-container-styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/ember-cli-qunit/test-container-styles.css b/vendor/ember-cli-qunit/test-container-styles.css index 66c3dd4a..5b2475c3 100644 --- a/vendor/ember-cli-qunit/test-container-styles.css +++ b/vendor/ember-cli-qunit/test-container-styles.css @@ -21,7 +21,7 @@ #ember-testing { width: 200%; - height: 100%; + height: 200%; transform: scale(0.5); transform-origin: top left; }