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

Commit 73f98ef

Browse files
authored
Merge pull request #144 from ember-cli/rwjblue-patch-1
Use 2x for height and width of #ember-testing.
2 parents 4ff0863 + 3e8fb86 commit 73f98ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/ember-cli-qunit/test-container-styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
#ember-testing {
2323
width: 200%;
24-
height: 100%;
24+
height: 200%;
2525
transform: scale(0.5);
2626
transform-origin: top left;
2727
}

0 commit comments

Comments
 (0)