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 b6ee171 commit 541cef7Copy full SHA for 541cef7
tests/range.spec.tsx
@@ -1807,7 +1807,7 @@ describe('Picker.Range', () => {
1807
} else if (this.className.includes('panel-container')) {
1808
return 311;
1809
} else if (this.className.includes('input')) {
1810
- return 400;
+ return 306;
1811
} else if (this.className.includes('range-separator')) {
1812
return 10;
1813
}
@@ -1831,7 +1831,7 @@ describe('Picker.Range', () => {
1831
);
1832
openPicker(container, 1);
1833
expect(document.querySelector('.rc-picker-panel-container')).toHaveStyle({
1834
- marginLeft: '410px',
+ marginLeft: '316px',
1835
});
1836
mock.mockRestore();
1837
0 commit comments