Skip to content

Commit 6339eef

Browse files
authored
Minor styling fix for raw results (#1211)
1 parent 8cc2f59 commit 6339eef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

extensions/ql-vscode/src/remote-queries/view/RawResultsTable.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ const Row = ({
1919
borderStyle="solid"
2020
justifyContent="center"
2121
alignItems="center"
22-
p={2}>
22+
p={2}
23+
sx={{ wordBreak: 'break-word' }}>
2324
<Cell value={cell} />
2425
</Box>
2526
))}

0 commit comments

Comments
 (0)