소스 검색

Fix queryfield wrapper css

David Kaltschmidt 7 년 전
부모
커밋
a9e1e5f346
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"