diff --git a/webapp/src/components/history.tsx b/webapp/src/components/history.tsx index efbd8addf..6018cda7e 100644 --- a/webapp/src/components/history.tsx +++ b/webapp/src/components/history.tsx @@ -87,9 +87,10 @@ export function History() { handleShowModal(text) }} underline - style={{ cursor: "pointer" }} + style={{ cursor: "pointer", width: "300px"}} + ellipsis={{ showTooltip: true }} > - View Query + {text} );