File tree Expand file tree Collapse file tree
extensions/ql-vscode/src/remote-queries/view Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -216,7 +216,8 @@ const FileCodeSnippet = ({
216216 paddingTop = "0.01em"
217217 paddingLeft = "1.5em"
218218 paddingRight = "0.5em"
219- paddingBottom = "0.2em" >
219+ paddingBottom = "0.2em"
220+ sx = { { wordBreak : 'break-word' } } >
220221 < CodeLine
221222 line = { line }
222223 lineNumber = { startingLine + index }
Original file line number Diff line number Diff line change @@ -273,8 +273,8 @@ const AnalysesResultsDescription = ({
273273 const showMaxResultsMessage = analysesResults . some ( a => a . rawResults ?. capped ) ;
274274 const maxRawResultsMessage = < >
275275 < VerticalSpace size = { 1 } />
276- Some repositories have more than { MAX_RAW_RESULTS } results. We will only show you up to { MAX_RAW_RESULTS }
277- results for each repository.
276+ Some repositories have more than { MAX_RAW_RESULTS } results. We will only show you up to
277+ { MAX_RAW_RESULTS } results for each repository.
278278 </ > ;
279279
280280 return (
You can’t perform that action at this time.
0 commit comments