From b4cde8f6effc75c3c6777eabbc018ef83ad55f35 Mon Sep 17 00:00:00 2001 From: Constance Chen Date: Tue, 24 May 2022 14:10:34 -0700 Subject: [PATCH] Deprecate `.eui-textOverflowWrap` --- .../features_tooltip/feature_properties.tsx | 8 ++++---- .../annotations/annotations_table/annotations_table.js | 2 +- .../components/anomalies_table/anomalies_table.js | 2 +- .../components/model_snapshots/model_snapshots_table.tsx | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/x-pack/plugins/maps/public/connected_components/mb_map/tooltip_control/features_tooltip/feature_properties.tsx b/x-pack/plugins/maps/public/connected_components/mb_map/tooltip_control/features_tooltip/feature_properties.tsx index 8607f1ce0503a..ca291f585590a 100644 --- a/x-pack/plugins/maps/public/connected_components/mb_map/tooltip_control/features_tooltip/feature_properties.tsx +++ b/x-pack/plugins/maps/public/connected_components/mb_map/tooltip_control/features_tooltip/feature_properties.tsx @@ -214,10 +214,10 @@ export class FeatureProperties extends Component { - - +
+ {tooltipProperty.getPropertyName()} {tooltipProperty.getHtmlDisplayValue()}{tooltipProperty.getHtmlDisplayValue()}
@@ -326,10 +326,10 @@ export class FeatureProperties extends Component { const rows = this.state.properties.map((tooltipProperty) => { return ( - + {tooltipProperty.getPropertyName()} - {tooltipProperty.getHtmlDisplayValue()} + {tooltipProperty.getHtmlDisplayValue()} {this._renderFilterCell(tooltipProperty)} ); 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 f91d6594c1b33..bbf5dc81768a1 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 @@ -709,7 +709,7 @@ class AnnotationsTableUI extends Component { = ({ job, refreshJobList }) => { return ( <>