Skip to content

Commit 49b916a

Browse files
committed
Allow word wrap to break anywhere
1 parent 341ec65 commit 49b916a

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
@@ -186,6 +186,7 @@ const Table = styled.table`
186186
border: 1px solid var(--vscode-list-activeSelectionBackground);
187187
margin-bottom: 1em;
188188
}
189+
word-break: break-all;
189190
`;
190191

191192
const PredicateTR = styled.tr`

0 commit comments

Comments
 (0)