Commit a9e1e5f3 by David Kaltschmidt

Fix queryfield wrapper css

parent bbe6ab50
...@@ -56,7 +56,7 @@ class QueryRow extends PureComponent<any, any> { ...@@ -56,7 +56,7 @@ class QueryRow extends PureComponent<any, any> {
<i className="fa fa-minus" /> <i className="fa fa-minus" />
</button> </button>
</div> </div>
<div className="query-field-wrapper"> <div className="slate-query-field-wrapper">
<QueryField <QueryField
initialQuery={edited ? null : query} initialQuery={edited ? null : query}
portalPrefix="explore" portalPrefix="explore"
......
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