Parcourir la source

Explore: mini styling fix for angular query editors

Torkel Ödegaard il y a 7 ans
Parent
commit
e43fafd96e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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%' }} />;
   }
 }