Skip to content

Commit 3609f88

Browse files
[ML] AIOps: Fixing pattern analysis action buttons layout (#181960)
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
1 parent 0b6f1e4 commit 3609f88

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

x-pack/plugins/aiops/public/components/log_categorization/category_table/category_table.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ export const CategoryTable: FC<Props> = ({
194194
defaultMessage: 'Actions',
195195
}),
196196
sortable: false,
197-
width: '60px',
197+
width: '65px',
198198
actions: [
199199
{
200200
name: labels.singleSelect.in,

x-pack/plugins/ml/public/application/components/annotations/annotations_table/annotations_table.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ class AnnotationsTableUI extends Component {
692692
columns.push(
693693
{
694694
align: RIGHT_ALIGNMENT,
695-
width: '60px',
695+
width: '65px',
696696
name: i18n.translate('xpack.ml.annotationsTable.actionsColumnName', {
697697
defaultMessage: 'Actions',
698698
}),

0 commit comments

Comments
 (0)