Skip to content

Commit f157298

Browse files
committed
test: update snapshots
1 parent 16b2ca3 commit f157298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ exports[`renders ./components/layout/demo/fixed.md correctly 1`] = `
9292

9393
exports[`renders ./components/layout/demo/fixed-sider.md correctly 1`] = `
9494
<div class="ant-layout" id="components-layout-demo-fixed-sider">
95-
<div class="ant-layout-sider" style="max-width: 200px; min-width: 200px; width: 200px; overflow: auto; position: fixed; left: 0px;">
95+
<div class="ant-layout-sider" style="max-width: 200px; min-width: 200px; width: 200px; overflow: auto; height: 100vh; position: fixed; left: 0px;">
9696
<div class="ant-layout-sider-children">
9797
<div class="logo"></div>
9898
<ul class="ant-menu ant-menu-root ant-menu-inline ant-menu-dark" role="menu" aria-activedescendant="" tabindex="0">

0 commit comments

Comments
 (0)