Commit e43fafd9 by Torkel Ödegaard

Explore: mini styling fix for angular query editors

parent a03faba9
...@@ -73,6 +73,6 @@ export default class QueryEditor extends PureComponent<QueryEditorProps, any> { ...@@ -73,6 +73,6 @@ export default class QueryEditor extends PureComponent<QueryEditorProps, any> {
} }
render() { 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%' }} />;
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment