Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #144 from ember-cli/rwjblue-patch-1
Browse files Browse the repository at this point in the history
Use 2x for height and width of #ember-testing.
  • Loading branch information
rwjblue authored Aug 18, 2016
2 parents 4ff0863 + 3e8fb86 commit 73f98ef
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 73f98ef

Please sign in to comment.