diff --git a/x-pack/plugins/aiops/public/components/log_categorization/category_table/category_table.tsx b/x-pack/plugins/aiops/public/components/log_categorization/category_table/category_table.tsx index fc2d4b559e859..cf103f4905b20 100644 --- a/x-pack/plugins/aiops/public/components/log_categorization/category_table/category_table.tsx +++ b/x-pack/plugins/aiops/public/components/log_categorization/category_table/category_table.tsx @@ -194,7 +194,7 @@ export const CategoryTable: FC = ({ defaultMessage: 'Actions', }), sortable: false, - width: '60px', + width: '65px', actions: [ { name: labels.singleSelect.in, diff --git a/x-pack/plugins/ml/public/application/components/annotations/annotations_table/annotations_table.js b/x-pack/plugins/ml/public/application/components/annotations/annotations_table/annotations_table.js index 7703ca87317e1..9436209c5f3bb 100644 --- a/x-pack/plugins/ml/public/application/components/annotations/annotations_table/annotations_table.js +++ b/x-pack/plugins/ml/public/application/components/annotations/annotations_table/annotations_table.js @@ -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', }),