From 89eae1566d036e153aea18eb62e983bc21bd315f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Tue, 31 Jul 2018 17:31:45 +0200 Subject: [PATCH] fix: team email tooltip was not showing --- public/app/core/components/Forms/Forms.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/core/components/Forms/Forms.tsx b/public/app/core/components/Forms/Forms.tsx index 4b74d48ba08..543e1a1d6df 100644 --- a/public/app/core/components/Forms/Forms.tsx +++ b/public/app/core/components/Forms/Forms.tsx @@ -12,7 +12,7 @@ export const Label: SFC = props => { {props.children} {props.tooltip && ( - + )}