fix(binary): preserve whitespace wrapping in pseudocode viewer
This commit is contained in:
parent
0e610bbf54
commit
1b51235a09
@ -417,7 +417,7 @@ function PseudoRow({ line, lineNumber }: { line: string; lineNumber: number }) {
|
||||
<td className="w-12 pr-4 text-right align-top text-[var(--code-line-number)] select-none">
|
||||
{lineNumber}
|
||||
</td>
|
||||
<td>
|
||||
<td className="whitespace-pre-wrap">
|
||||
<HighlightedCode code={line} />
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user