Skip to content

Commit

Permalink
fix: Add padding to pre block
Browse files Browse the repository at this point in the history
  • Loading branch information
OiNutter committed Sep 15, 2021
1 parent 4805bdd commit 0b4cdf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ResultsWindow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ const ResultsWindow: FunctionComponent<ResultsWindowProps> = ({
<>
{typeof processed === "string" ||
currentView === ResultsView.Raw ? (
<pre className="raw-results-view">
<pre className="raw-results-view" style={preBlock}>
{currentResults ? stringify(currentResults) : ""}
</pre>
) : (
Expand Down

0 comments on commit 0b4cdf2

Please sign in to comment.