From 24a296312270ef879b969fdc50b9a02776d5584a Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Tue, 24 Aug 2021 21:55:39 -0400 Subject: [PATCH] Fix text size for DLP callout (#109964) (#109978) Co-authored-by: Scotty Bollinger --- .../views/content_sources/components/overview.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/content_sources/components/overview.tsx b/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/content_sources/components/overview.tsx index f44d15c27f00..b7b35f99fb64 100644 --- a/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/content_sources/components/overview.tsx +++ b/x-pack/plugins/enterprise_search/public/applications/workplace_search/views/content_sources/components/overview.tsx @@ -283,7 +283,7 @@ export const Overview: React.FC = () => { const documentPermissions = ( <> - +

{DOCUMENT_PERMISSIONS_TITLE}

@@ -305,7 +305,7 @@ export const Overview: React.FC = () => { const documentPermissionsDisabled = ( <> - +

{DOCUMENT_PERMISSIONS_TITLE}

@@ -316,7 +316,7 @@ export const Overview: React.FC = () => { - + {DOCUMENT_PERMISSIONS_DISABLED_TEXT}