Skip to content

Commit

Permalink
[ML] Fixing single metric viewer page padding
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Apr 17, 2020
1 parent c885ea5 commit eb78e5c
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 eb78e5c

Please sign in to comment.