From 6c00f3e511e3bcbda622d45a732dae9e9a632827 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Tue, 8 Jan 2019 16:08:09 +0100 Subject: [PATCH] add form grow --- .../datasource/stackdriver/components/AlignmentPeriods.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/app/plugins/datasource/stackdriver/components/AlignmentPeriods.tsx b/public/app/plugins/datasource/stackdriver/components/AlignmentPeriods.tsx index b5abb6f3cb6..ef5ed910862 100644 --- a/public/app/plugins/datasource/stackdriver/components/AlignmentPeriods.tsx +++ b/public/app/plugins/datasource/stackdriver/components/AlignmentPeriods.tsx @@ -34,6 +34,9 @@ export const AlignmentPeriods: SFC = ({ alignmentPeriod, templateSrv, onC className="width-15" /> +
+
+
);