Browse Source

Explore: mini styling fix for angular query editors

Torkel Ödegaard 7 năm trước cách đây
mục cha
commit
e43fafd96e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      public/app/features/explore/QueryEditor.tsx

+ 1 - 1
public/app/features/explore/QueryEditor.tsx

@@ -73,6 +73,6 @@ export default class QueryEditor extends PureComponent<QueryEditorProps, any> {
   }
 
   render() {
-    return <div ref={element => (this.element = element)} style={{ width: '100%' }} />;
+    return <div className="gf-form-query" ref={element => (this.element = element)} style={{ width: '100%' }} />;
   }
 }