浏览代码

add form grow

Erik Sundell 7 年之前
父节点
当前提交
6c00f3e511
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      public/app/plugins/datasource/stackdriver/components/AlignmentPeriods.tsx

+ 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>
     </>
   );