Allow word wrap to break anywhere

This commit is contained in:
Asger F
2024-11-15 12:56:29 +01:00
parent e039f6bc52
commit 1d2c2cfcf9

View File

@@ -180,6 +180,7 @@ const Table = styled.table`
border: 1px solid var(--vscode-list-activeSelectionBackground); border: 1px solid var(--vscode-list-activeSelectionBackground);
margin-bottom: 1em; margin-bottom: 1em;
} }
word-break: break-all;
`; `;
const PredicateTR = styled.tr` const PredicateTR = styled.tr`