From 7fd263e8ccb54ec363c901464cffa4beddc89ceb Mon Sep 17 00:00:00 2001 From: Ali <83188384+testA113@users.noreply.github.com> Date: Wed, 1 Feb 2023 20:34:04 +1300 Subject: [PATCH] fix(texttip): fix texttip placement [EE-4990] (#8427) Co-authored-by: testa113 --- app/react/components/Tip/TextTip/TextTip.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/react/components/Tip/TextTip/TextTip.tsx b/app/react/components/Tip/TextTip/TextTip.tsx index 54d11898a..5bf4a233e 100644 --- a/app/react/components/Tip/TextTip/TextTip.tsx +++ b/app/react/components/Tip/TextTip/TextTip.tsx @@ -16,8 +16,8 @@ export function TextTip({ children, }: PropsWithChildren) { return ( -

- +

+ {children}