File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/PageLayout/__snapshots__ Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ exports[`PageLayout renders condensed layout 1`] = `
224224 />
225225 <div
226226 class = " c11"
227- style = " --pane-width: 20vw ;"
227+ style = " --pane-width: 256px ;"
228228 >
229229 Pane
230230 </div >
@@ -517,7 +517,7 @@ exports[`PageLayout renders default layout 1`] = `
517517 />
518518 <div
519519 class = " c11"
520- style = " --pane-width: 20vw ;"
520+ style = " --pane-width: 256px ;"
521521 >
522522 Pane
523523 </div >
@@ -810,7 +810,7 @@ exports[`PageLayout renders pane in different position when narrow 1`] = `
810810 />
811811 <div
812812 class = " c11"
813- style = " --pane-width: 20vw ;"
813+ style = " --pane-width: 256px ;"
814814 >
815815 Pane
816816 </div >
@@ -1103,7 +1103,7 @@ exports[`PageLayout renders with dividers 1`] = `
11031103 />
11041104 <div
11051105 class = " c10"
1106- style = " --pane-width: 20vw ;"
1106+ style = " --pane-width: 256px ;"
11071107 >
11081108 Pane
11091109 </div >
You can’t perform that action at this time.
0 commit comments