소스 검색

fix(graph): type in html

bergquist 9 년 전
부모
커밋
252568c91b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      public/app/plugins/panel/graph/styleEditor.html

+ 1 - 1
public/app/plugins/panel/graph/styleEditor.html

@@ -1,4 +1,4 @@
-<div class="editor-row gf-form-row">
+<div class="editor-row gf-form-group">
   <div class="section">
     <h5>Chart Options</h5>
 		<editor-opt-bool text="Bars" model="ctrl.panel.bars" change="ctrl.render()"></editor-opt-bool>