Minor styling fix for raw results (#1211)

This commit is contained in:
Charis Kyriakou
2022-03-16 11:44:51 +00:00
committed by GitHub
parent 8cc2f598eb
commit 6339eeffe5

View File

@@ -19,7 +19,8 @@ const Row = ({
borderStyle="solid"
justifyContent="center"
alignItems="center"
p={2}>
p={2}
sx={{ wordBreak: 'break-word' }}>
<Cell value={cell} />
</Box>
))}