From f2c37d7f46f993bb62d3ce79a171600d6b1d6827 Mon Sep 17 00:00:00 2001 From: Pete Harverson Date: Wed, 24 Oct 2018 08:53:35 +0100 Subject: [PATCH] [ML] Fixes font size of headings in anomalies table expanded row (#24390) (#24410) --- .../components/anomalies_table/anomaly_details.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/x-pack/plugins/ml/public/components/anomalies_table/anomaly_details.js b/x-pack/plugins/ml/public/components/anomalies_table/anomaly_details.js index 7215faec99912..8ef9cc25dc0bf 100644 --- a/x-pack/plugins/ml/public/components/anomalies_table/anomaly_details.js +++ b/x-pack/plugins/ml/public/components/anomalies_table/anomaly_details.js @@ -219,7 +219,7 @@ export class AnomalyDetails extends Component { return ( -
Description
+

Description

{anomalyDescription}
{(mvDescription !== undefined) && @@ -236,11 +236,11 @@ export class AnomalyDetails extends Component { const isInterimResult = _.get(this.props.anomaly, 'source.is_interim', false); return ( - + {this.props.isAggregatedData === true ? ( -
Details on highest severity anomaly
+

Details on highest severity anomaly

) : ( -
Anomaly details
+

Anomaly details

)} {isInterimResult === true && @@ -287,8 +287,8 @@ export class AnomalyDetails extends Component { return ( - -
Influencers
+ +

Influencers