Skip to content

Commit

Permalink
[ML] Fixing single metric viewer page padding (elastic#63839)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
jgowdyelastic and elasticmachine committed Apr 20, 2020
1 parent 5498a23 commit 9a77a45
Showing 1 changed file with 1 addition and 1 deletion.
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 9a77a45

Please sign in to comment.