Explorar el Código

Fix queryfield wrapper css

David Kaltschmidt hace 7 años
padre
commit
a9e1e5f346
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      public/app/containers/Explore/QueryRows.tsx

+ 1 - 1
public/app/containers/Explore/QueryRows.tsx

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