Skip to content

Commit

Permalink
[ML] Fixing single metric viewer page padding (#63839) (#63988)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
jgowdyelastic and elasticmachine authored Apr 20, 2020
1 parent 27c0d8e commit 97a0edc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ function getTimeseriesexplorerDefaultState() {
};
}

const containerPadding = 24;
const containerPadding = 34;

export class TimeSeriesExplorer extends React.Component {
static propTypes = {
Expand Down

0 comments on commit 97a0edc

Please sign in to comment.