From df47ae1e1d91f4a9e8afa112395d69841505e162 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yulia=20=C4=8Cech?= <6585477+yuliacech@users.noreply.github.com> Date: Fri, 14 May 2021 16:56:31 +0200 Subject: [PATCH] Added missing padding to the popover title and footer in 'Test documents' popover (#99921) Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> --- .../test_pipeline/documents_dropdown/documents_dropdown.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/plugins/ingest_pipelines/public/application/components/pipeline_editor/components/test_pipeline/documents_dropdown/documents_dropdown.tsx b/x-pack/plugins/ingest_pipelines/public/application/components/pipeline_editor/components/test_pipeline/documents_dropdown/documents_dropdown.tsx index 9607cd18f491b..c89c3f2495246 100644 --- a/x-pack/plugins/ingest_pipelines/public/application/components/pipeline_editor/components/test_pipeline/documents_dropdown/documents_dropdown.tsx +++ b/x-pack/plugins/ingest_pipelines/public/application/components/pipeline_editor/components/test_pipeline/documents_dropdown/documents_dropdown.tsx @@ -109,13 +109,13 @@ export const DocumentsDropdown: FunctionComponent = ({ > {(list) => ( <> - {i18nTexts.popoverTitle} + {i18nTexts.popoverTitle} {list} )} - +