Skip to content

Commit 1d2c2cf

Browse files
committed
Allow word wrap to break anywhere
1 parent e039f6b commit 1d2c2cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extensions/ql-vscode/src/view/compare-performance/ComparePerformance.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ const Table = styled.table`
180180
border: 1px solid var(--vscode-list-activeSelectionBackground);
181181
margin-bottom: 1em;
182182
}
183+
word-break: break-all;
183184
`;
184185

185186
const PredicateTR = styled.tr`

0 commit comments

Comments
 (0)