Skip to content

Commit

Permalink
fix pre word wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoerlitz committed May 9, 2024
1 parent 74c7dbd commit 05acd3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export function JoblogViewView() {
elementTrue={
<>
<h6 className="text-sm mb-2 mt-5">Payload</h6>
<pre className={"input input-disabled whitespace-pre"}>{JSON.stringify(joblog?.payload, undefined, 4)}</pre>
<pre className={"input input-disabled whitespace-break-spaces"}>{JSON.stringify(joblog?.payload, undefined, 4)}</pre>
</>
}
/>
Expand Down

0 comments on commit 05acd3a

Please sign in to comment.