Skip to content

Commit

Permalink
[8.11] [RAM] Wrap rule name (#169560) (#169595)
Browse files Browse the repository at this point in the history
# Backport

This will backport the following commits from `main` to `8.11`:
- [[RAM] Wrap rule name
(#169560)](#169560)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Xavier
Mouligneau","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-10-23T22:08:57Z","message":"[RAM]
Wrap rule name (#169560)\n\n## Summary\r\n\r\nFIX =>
https://github.com/elastic/response-ops-team/issues/146\r\n\r\n\r\nBefore:\r\n<img
width=\"994\"
alt=\"image\"\r\nsrc=\"https://github.com/elastic/kibana/assets/189600/0244f1c1-204e-419f-9eff-a8a3c7c186bb\">\r\n\r\nAfter:\r\n<img
width=\"1225\"
alt=\"image\"\r\nsrc=\"https://github.com/elastic/kibana/assets/189600/2b2d350d-7fb5-4903-b164-2878a5a9dde5\">","sha":"a9cbc4cf137e56ec2c07d330b901f37a72fca09c","branchLabelMapping":{"^v8.12.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:ResponseOps","v8.11.0","v8.12.0"],"number":169560,"url":"https://github.com/elastic/kibana/pull/169560","mergeCommit":{"message":"[RAM]
Wrap rule name (#169560)\n\n## Summary\r\n\r\nFIX =>
https://github.com/elastic/response-ops-team/issues/146\r\n\r\n\r\nBefore:\r\n<img
width=\"994\"
alt=\"image\"\r\nsrc=\"https://github.com/elastic/kibana/assets/189600/0244f1c1-204e-419f-9eff-a8a3c7c186bb\">\r\n\r\nAfter:\r\n<img
width=\"1225\"
alt=\"image\"\r\nsrc=\"https://github.com/elastic/kibana/assets/189600/2b2d350d-7fb5-4903-b164-2878a5a9dde5\">","sha":"a9cbc4cf137e56ec2c07d330b901f37a72fca09c"}},"sourceBranch":"main","suggestedTargetBranches":["8.11"],"targetPullRequestStates":[{"branch":"8.11","label":"v8.11.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.12.0","labelRegex":"^v8.12.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/169560","number":169560,"mergeCommit":{"message":"[RAM]
Wrap rule name (#169560)\n\n## Summary\r\n\r\nFIX =>
https://github.com/elastic/response-ops-team/issues/146\r\n\r\n\r\nBefore:\r\n<img
width=\"994\"
alt=\"image\"\r\nsrc=\"https://github.com/elastic/kibana/assets/189600/0244f1c1-204e-419f-9eff-a8a3c7c186bb\">\r\n\r\nAfter:\r\n<img
width=\"1225\"
alt=\"image\"\r\nsrc=\"https://github.com/elastic/kibana/assets/189600/2b2d350d-7fb5-4903-b164-2878a5a9dde5\">","sha":"a9cbc4cf137e56ec2c07d330b901f37a72fca09c"}}]}]
BACKPORT-->

Co-authored-by: Xavier Mouligneau <[email protected]>
  • Loading branch information
kibanamachine and XavierM authored Oct 23, 2023
1 parent 8c58d18 commit 68e8bc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 68e8bc6

Please sign in to comment.