Skip to content

Commit

Permalink
Merge pull request #3825 from asgerf/h/compare-fix
Browse files Browse the repository at this point in the history
Compare-perf: Allow word wrap to break anywhere
  • Loading branch information
esbena authored Nov 15, 2024
2 parents 341ec65 + 49b916a commit d7b59da
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ const Table = styled.table`
border: 1px solid var(--vscode-list-activeSelectionBackground);
margin-bottom: 1em;
}
word-break: break-all;
`;

const PredicateTR = styled.tr`
Expand Down

0 comments on commit d7b59da

Please sign in to comment.