chore(tests): improve test container styling

This commit is contained in:
Nico Rehwaldt 2017-12-11 08:54:41 +01:00
parent cd24b27768
commit 48490197a5

View File

@ -7,7 +7,7 @@ TestHelper.insertCSS('diagram-js.css', require('diagram-js/assets/diagram-js.css
TestHelper.insertCSS('bpmn-embedded.css', require('../assets/bpmn-font/css/bpmn-embedded.css'));
TestHelper.insertCSS('diagram-js-testing.css',
'.test-container .result { height: 500px; }' + '.test-container { height: 1000px !important }'
'.test-container .test-content-container { height: 500px; max-height: 100%; }'
);