From 68e8bc6328cf14d4da59652027fefcd7559397e9 Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Mon, 23 Oct 2023 19:25:01 -0400 Subject: [PATCH] [8.11] [RAM] Wrap rule name (#169560) (#169595) # Backport This will backport the following commits from `main` to `8.11`: - [[RAM] Wrap rule name (#169560)](https://github.com/elastic/kibana/pull/169560) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) Co-authored-by: Xavier Mouligneau --- .../sections/rules_list/components/rules_list_table.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_table.tsx b/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_table.tsx index afe42369176db..0f7420a926d6f 100644 --- a/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_table.tsx +++ b/x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components/rules_list_table.tsx @@ -340,7 +340,7 @@ export const RulesListTable = (props: RulesListTableProps) => { { defaultMessage: 'Name' } ), sortable: true, - truncateText: true, + truncateText: false, width: '22%', 'data-test-subj': 'rulesTableCell-name', render: (name: string, rule: RuleTableItem) => {