We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ea1ed commit b09583eCopy full SHA for b09583e
tests/integration/components/es-sidebar-test.js
@@ -51,7 +51,7 @@ module('Integration | Component | es-sidebar', function (hooks) {
51
});
52
assert.dom('.sidebar-container .es-sidebar').hasStyle({
53
width: '256px',
54
- margin: '0px 0px 0px 32px',
+ margin: '0px',
55
56
57
await render(hbs`
@@ -63,7 +63,7 @@ module('Integration | Component | es-sidebar', function (hooks) {
63
64
65
66
- margin: '0px 32px 0px 0px',
67
68
assert.dom('[data-test-content-right]').hasStyle({
69
width: '684px',
0 commit comments