Skip to content

Commit

Permalink
move exercise statement #91
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Aug 28, 2023
1 parent 8be7f2f commit 764ed55
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/infoview/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -411,8 +411,8 @@ export function CommandLineInterface(props: { world: string, level: number, data

return <div className="commandline-interface">
<div className="content" ref={proofPanelRef}>
<ExerciseStatement data={props.data} />
<div className="tmp-pusher"></div>
<ExerciseStatement data={props.data} />
{proof.length ?
<>
{proof.map((step, i) => {
Expand Down
7 changes: 7 additions & 0 deletions client/src/components/level.css
Original file line number Diff line number Diff line change
Expand Up @@ -316,3 +316,10 @@ td code {
.menu.dropdown .svg-inline--fa {
width: 1.8rem;
}

.tmp-pusher {
background-color: #eee;
margin-left: -0.5em;
margin-right: -0.5em;
margin-top: -0.5em;
}

0 comments on commit 764ed55

Please sign in to comment.