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 4077c2f commit 0e661baCopy full SHA for 0e661ba
packages/material-ui/src/MenuList/MenuList.test.js
@@ -72,7 +72,7 @@ describe('<MenuList />', () => {
72
assert.strictEqual(list.style.paddingLeft, '');
73
assert.strictEqual(list.style.width, '');
74
menuListActionsRef.current.adjustStyleForScrollbar(
75
- { clientHeight: 10 },
+ { clientHeight: 20 },
76
{ direction: 'ltr' },
77
);
78
assert.strictEqual(list.style.paddingRight, '');
0 commit comments