From a676d16226e38c6ff7ccd197142dcdaec74e90ab Mon Sep 17 00:00:00 2001 From: mcbrewster <37322608+mcbrewster@users.noreply.github.com> Date: Mon, 9 Mar 2020 17:35:02 -0700 Subject: [PATCH] [IMPLY-1767] fix popover direction (#9470) --- .../components/form-group-with-info/form-group-with-info.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-console/src/components/form-group-with-info/form-group-with-info.tsx b/web-console/src/components/form-group-with-info/form-group-with-info.tsx index 791a02a17ff..3807ca85a93 100644 --- a/web-console/src/components/form-group-with-info/form-group-with-info.tsx +++ b/web-console/src/components/form-group-with-info/form-group-with-info.tsx @@ -35,7 +35,7 @@ export const FormGroupWithInfo = React.memo(function FormGroupWithInfo( const { label, info, inlineInfo, children } = props; const popover = ( - + );