Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed Nov 19, 2020
1 parent c2c47db commit 7cb1b0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { MonitorDuration } from './monitor_duration/monitor_duration_container';
interface MonitorChartsProps {
monitorId: string;
}
export const MONITOR_CHART_HEIGHT = '250px';
export const MONITOR_CHART_HEIGHT = '248px';

export const MonitorCharts = ({ monitorId }: MonitorChartsProps) => {
return (
Expand Down

0 comments on commit 7cb1b0f

Please sign in to comment.