diff --git a/x-pack/plugins/cases/public/components/custom_fields/custom_fields_list/index.tsx b/x-pack/plugins/cases/public/components/custom_fields/custom_fields_list/index.tsx index f8475a90b94ad..90f6687141eda 100644 --- a/x-pack/plugins/cases/public/components/custom_fields/custom_fields_list/index.tsx +++ b/x-pack/plugins/cases/public/components/custom_fields/custom_fields_list/index.tsx @@ -69,7 +69,7 @@ const CustomFieldsListComponent: React.FC = (props) => { - +

{customField.label}

diff --git a/x-pack/plugins/cases/public/components/custom_fields/index.tsx b/x-pack/plugins/cases/public/components/custom_fields/index.tsx index afe3a4ad04b32..3c754d39a63fb 100644 --- a/x-pack/plugins/cases/public/components/custom_fields/index.tsx +++ b/x-pack/plugins/cases/public/components/custom_fields/index.tsx @@ -70,6 +70,7 @@ const CustomFieldsComponent: React.FC = ({ title={

{i18n.TITLE}

} description={

{i18n.DESCRIPTION}

} data-test-subj="custom-fields-form-group" + css={{ alignItems: 'flex-start' }} > {customFields.length ? ( diff --git a/x-pack/plugins/cases/public/components/templates/index.tsx b/x-pack/plugins/cases/public/components/templates/index.tsx index 9671b9aee8556..3be2bf92411a9 100644 --- a/x-pack/plugins/cases/public/components/templates/index.tsx +++ b/x-pack/plugins/cases/public/components/templates/index.tsx @@ -82,6 +82,7 @@ const TemplatesComponent: React.FC = ({ } description={

{i18n.TEMPLATE_DESCRIPTION}

} data-test-subj="templates-form-group" + css={{ alignItems: 'flex-start' }} > {templates.length ? ( diff --git a/x-pack/plugins/cases/public/components/templates/templates_list.tsx b/x-pack/plugins/cases/public/components/templates/templates_list.tsx index ceaac643ecab3..84009e34b5fdd 100644 --- a/x-pack/plugins/cases/public/components/templates/templates_list.tsx +++ b/x-pack/plugins/cases/public/components/templates/templates_list.tsx @@ -63,7 +63,7 @@ const TemplatesListComponent: React.FC = (props) => { - +