Skip to content

Commit 7f90a5f

Browse files
committed
test: update input demo snapshots
1 parent f3b370a commit 7f90a5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/input/__tests__/__snapshots__/demo.test.js.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ exports[`renders ./components/input/demo/addon.md correctly 1`] = `
2323
2424
exports[`renders ./components/input/demo/autosize-textarea.md correctly 1`] = `
2525
<div>
26-
<textarea placeholder="Autosize height based on content lines" class="ant-input" style="height: 0px; min-height: -Infinitypx; max-height: Infinitypx; overflow-y: hidden;"></textarea>
26+
<textarea placeholder="Autosize height based on content lines" class="ant-input"></textarea>
2727
<div style="margin: 24px 0px;"></div>
28-
<textarea placeholder="Autosize height with minimum and maximum number of lines" class="ant-input" style="height: -24px; min-height: -8px; max-height: -24px;"></textarea>
28+
<textarea placeholder="Autosize height with minimum and maximum number of lines" class="ant-input"></textarea>
2929
</div>
3030
`;
3131

0 commit comments

Comments
 (0)