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">
|
<td className="w-12 pr-4 text-right align-top text-[var(--code-line-number)] select-none">
|
||||||
{lineNumber}
|
{lineNumber}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td className="whitespace-pre-wrap">
|
||||||
<HighlightedCode code={line} />
|
<HighlightedCode code={line} />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user