From 3cd326b21c8a977d5c3624718a6bef3628c8f08e Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Sat, 9 Dec 2023 05:11:12 -0500 Subject: [PATCH] [8.12] [UnifiedFieldList] Fix item line breaks (#172954) (#173004) # Backport This will backport the following commits from `main` to `8.12`: - [[UnifiedFieldList] Fix item line breaks (#172954)](https://github.com/elastic/kibana/pull/172954) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) Co-authored-by: Julia Rechkunova --- .../__snapshots__/field_button.test.tsx.snap | 14 +++++++------- .../src/field_button/field_button.scss | 1 - .../src/field_button/field_button.tsx | 2 +- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/packages/kbn-react-field/src/field_button/__snapshots__/field_button.test.tsx.snap b/packages/kbn-react-field/src/field_button/__snapshots__/field_button.test.tsx.snap index 0b4ceaf06e863..e172afa0e7ff4 100644 --- a/packages/kbn-react-field/src/field_button/__snapshots__/field_button.test.tsx.snap +++ b/packages/kbn-react-field/src/field_button/__snapshots__/field_button.test.tsx.snap @@ -9,7 +9,7 @@ exports[`fieldAction is rendered 1`] = ` onClick={[Function]} > {fieldIcon && {fieldIcon}} {fieldName && ( - + {fieldName} )}