From 3d2d667e3d7a56d577f590581a19b599ab332b7b Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Wed, 2 Oct 2024 18:28:53 +1000 Subject: [PATCH] [8.x] [ResponseOps][Cases] Design Review changes PR 1 (#194560) (#194658) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Backport This will backport the following commits from `main` to `8.x`: - [[ResponseOps][Cases] Design Review changes PR 1 (#194560)](https://github.com/elastic/kibana/pull/194560) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) Co-authored-by: Georgiana-Andreea Onoleață --- .../components/custom_fields/custom_fields_list/index.tsx | 2 +- x-pack/plugins/cases/public/components/custom_fields/index.tsx | 1 + x-pack/plugins/cases/public/components/templates/index.tsx | 1 + .../cases/public/components/templates/templates_list.tsx | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) 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) => { - +