Browse Source

add form grow

Erik Sundell 7 years ago
parent
commit
6c00f3e511

+ 3 - 0
public/app/plugins/datasource/stackdriver/components/AlignmentPeriods.tsx

@@ -34,6 +34,9 @@ export const AlignmentPeriods: SFC<Props> = ({ alignmentPeriod, templateSrv, onC
             className="width-15"
           />
         </div>
+        <div className="gf-form gf-form--grow">
+          <div className="gf-form-label gf-form-label--grow" />
+        </div>
       </div>
     </>
   );