@ -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>
{proof.length ?
<>
{proof.map((step, i) => {
@ -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;