From 78ff65b556e14fdd08b3cd8eccf215a0fdf98ab0 Mon Sep 17 00:00:00 2001 From: Armagan Ersoz Date: Fri, 8 Mar 2024 12:37:48 +1000 Subject: [PATCH] update snapshots --- .../react/src/__tests__/__snapshots__/TextInput.test.tsx.snap | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/react/src/__tests__/__snapshots__/TextInput.test.tsx.snap b/packages/react/src/__tests__/__snapshots__/TextInput.test.tsx.snap index 1f42c1e6019..e47aa7278d0 100644 --- a/packages/react/src/__tests__/__snapshots__/TextInput.test.tsx.snap +++ b/packages/react/src/__tests__/__snapshots__/TextInput.test.tsx.snap @@ -1926,6 +1926,7 @@ exports[`TextInput renders trailingAction icon button 1`] = ` } .c5[popover] { + position: absolute; padding: 0.5em 0.75em; width: -webkit-max-content; width: -moz-max-content; @@ -2920,6 +2921,7 @@ exports[`TextInput renders trailingAction text button with a tooltip 1`] = ` } .c6[popover] { + position: absolute; padding: 0.5em 0.75em; width: -webkit-max-content; width: -moz-max-content;