Skip to content

Commit

Permalink
update to readability of dafny output
Browse files Browse the repository at this point in the history
  • Loading branch information
nazime1 committed Jul 25, 2024
1 parent 83da800 commit 3056f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-project/psoft-textbook-react/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default function Index() {
/>
</div>
<div className="flex flex-col justify-center relative pl-8">
<div className=" flex-grow">
<div className="flex-grow" style={{ whiteSpace: "pre", textAlign: "left"}}>
{loading ? (
<ThreeDots color="gray" height={100} width={100} />
) : (
Expand Down

0 comments on commit 3056f76

Please sign in to comment.