Skip to content

Commit 8d93b37

Browse files
committed
fix: unit test snapshots
1 parent 86974e4 commit 8d93b37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/react-dropdown/src/__snapshots__/index.test.js.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ exports[`renders an open dropdown with categories 1`] = `
354354
-webkit-flex-grow: 1;
355355
-ms-flex-positive: 1;
356356
flex-grow: 1;
357+
width: 100%;
357358
}
358359
359360
.emotion-2 {
@@ -903,6 +904,7 @@ exports[`renders an open dropdown with categories and twoColumn 1`] = `
903904
-webkit-flex-grow: 1;
904905
-ms-flex-positive: 1;
905906
flex-grow: 1;
907+
width: 100%;
906908
}
907909
908910
.emotion-2 {

0 commit comments

Comments
 (0)