Allow word wrap to break anywhere
This commit is contained in:
@@ -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`
|
||||||
|
|||||||
Reference in New Issue
Block a user