Skip to content

Commit

Permalink
Use 2x for height and width of #ember-testing.
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
rwjblue authored Aug 18, 2016
1 parent 4ff0863 commit 3e8fb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/ember-cli-qunit/test-container-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#ember-testing {
width: 200%;
height: 100%;
height: 200%;
transform: scale(0.5);
transform-origin: top left;
}
Expand Down

0 comments on commit 3e8fb86

Please sign in to comment.