Skip to content

Commit 6edaf11

Browse files
committed
Update pagelayout snapshots
1 parent 925fa0e commit 6edaf11

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/PageLayout/__snapshots__/PageLayout.test.tsx.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)