Skip to content

Commit

Permalink
[ML] AIOps: Fixing pattern analysis action buttons layout (#181960)
Browse files Browse the repository at this point in the history
Widening actions column width.

**Before**


![image](https://github.com/elastic/kibana/assets/22172091/cd39d806-4bf1-4697-a15b-ceede90bd730)


**After**

![image](https://github.com/elastic/kibana/assets/22172091/6bf738a5-f110-4cf3-b530-e147341e1414)

Also fixes similar issue with the annotations table in the anomaly
explorer.

Issue introduced in #180514
  • Loading branch information
jgowdyelastic authored Apr 29, 2024
1 parent 0b6f1e4 commit 3609f88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export const CategoryTable: FC<Props> = ({
defaultMessage: 'Actions',
}),
sortable: false,
width: '60px',
width: '65px',
actions: [
{
name: labels.singleSelect.in,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ class AnnotationsTableUI extends Component {
columns.push(
{
align: RIGHT_ALIGNMENT,
width: '60px',
width: '65px',
name: i18n.translate('xpack.ml.annotationsTable.actionsColumnName', {
defaultMessage: 'Actions',
}),
Expand Down

0 comments on commit 3609f88

Please sign in to comment.