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 d573a54 commit b545f26Copy full SHA for b545f26
packages/context-menu/test/items-theme.test.js
@@ -18,7 +18,7 @@ describe('items theme', () => {
18
19
beforeEach(async () => {
20
rootMenu = fixtureSync(`
21
- <vaadin-context-menu theme="foo">
+ <vaadin-context-menu theme="foo" style="margin-top: 10px;">
22
<button id="target"></button>
23
</vaadin-context-menu>
24
`);
packages/context-menu/test/items.test.js
@@ -32,7 +32,7 @@ describe('items', () => {
32
33
34
35
- <vaadin-context-menu>
+ <vaadin-context-menu style="margin-top: 10px;">
36
37
38
0 commit comments