move exercise statement #91

pull/99/head
Jon Eugster 2 years ago
parent 8be7f2f17b
commit 764ed558e7

@ -411,8 +411,8 @@ export function CommandLineInterface(props: { world: string, level: number, data
return <div className="commandline-interface"> return <div className="commandline-interface">
<div className="content" ref={proofPanelRef}> <div className="content" ref={proofPanelRef}>
<ExerciseStatement data={props.data} />
<div className="tmp-pusher"></div> <div className="tmp-pusher"></div>
<ExerciseStatement data={props.data} />
{proof.length ? {proof.length ?
<> <>
{proof.map((step, i) => { {proof.map((step, i) => {

@ -316,3 +316,10 @@ td code {
.menu.dropdown .svg-inline--fa { .menu.dropdown .svg-inline--fa {
width: 1.8rem; width: 1.8rem;
} }
.tmp-pusher {
background-color: #eee;
margin-left: -0.5em;
margin-right: -0.5em;
margin-top: -0.5em;
}

Loading…
Cancel
Save