We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf24ed8 commit 8b88412Copy full SHA for 8b88412
webapp/src/components/history.tsx
@@ -87,9 +87,10 @@ export function History() {
87
<Typography.Text
88
link={{ onClick: () => handleShowModal(text) }}
89
underline
90
- style={{ cursor: "pointer" }}
+ style={{ cursor: "pointer", width: "300px"}}
91
+ ellipsis={{ showTooltip: true }}
92
>
- View Query
93
+ {text}
94
</Typography.Text>
95
);
96
0 commit comments