Add word wrap for the query explanation (#1634)

* Add word wrap for the query explanation

* Update test snap
This commit is contained in:
sunghyunkang1111
2023-10-02 11:28:25 -05:00
committed by GitHub
parent 332554e21c
commit 9ad9f7bf51
2 changed files with 2 additions and 0 deletions

View File

@@ -131,6 +131,7 @@ exports[`Query copilot tab snapshot test should render with initial input 1`] =
lineNumbers="on"
onContentChanged={[Function]}
onContentSelected={[Function]}
wordWrap="on"
/>
<QueryCopilotResults />
</t>