Skip to content

Commit 78ff65b

Browse files
update snapshots
1 parent bcad60d commit 78ff65b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/react/src/__tests__/__snapshots__/TextInput.test.tsx.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1926,6 +1926,7 @@ exports[`TextInput renders trailingAction icon button 1`] = `
19261926
}
19271927
19281928
.c5[popover] {
1929+
position: absolute;
19291930
padding: 0.5em 0.75em;
19301931
width: -webkit-max-content;
19311932
width: -moz-max-content;
@@ -2920,6 +2921,7 @@ exports[`TextInput renders trailingAction text button with a tooltip 1`] = `
29202921
}
29212922
29222923
.c6[popover] {
2924+
position: absolute;
29232925
padding: 0.5em 0.75em;
29242926
width: -webkit-max-content;
29252927
width: -moz-max-content;

0 commit comments

Comments
 (0)