Skip to content

Commit 8b88412

Browse files
kbhatianrmosabua
authored andcommitted
Show truncated query text in query history UI
1 parent cf24ed8 commit 8b88412

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

webapp/src/components/history.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,10 @@ export function History() {
8787
<Typography.Text
8888
link={{ onClick: () => handleShowModal(text) }}
8989
underline
90-
style={{ cursor: "pointer" }}
90+
style={{ cursor: "pointer", width: "300px"}}
91+
ellipsis={{ showTooltip: true }}
9192
>
92-
View Query
93+
{text}
9394
</Typography.Text>
9495
);
9596

0 commit comments

Comments
 (0)