Browse Source

fix search width

Signed-off-by: shanghaikid <jiangruiyi@gmail.com>
shanghaikid 2 years ago
parent
commit
92c99c5130
1 changed files with 1 additions and 0 deletions
  1. 1 0
      client/src/pages/search/VectorSearch.tsx

+ 1 - 0
client/src/pages/search/VectorSearch.tsx

@@ -543,6 +543,7 @@ const VectorSearch = () => {
           orderBy={orderBy}
           order={order}
           handleSort={handleGridSort}
+          tableCellMaxWidth="100%"
         />
       ) : (
         <EmptyCard