Skip to content

Commit

Permalink
Fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
siefkenj committed Jul 6, 2024
1 parent 3a738c7 commit c0fbed1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/doenetml-prototype/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
],
"dependencies": [
"../doenetml-worker-rust:build",
"../parser:build"
"../parser:build",
"../codemirror:build"
]
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
cursor: ew-resize;
@apply flex items-center mx-2 bg-slate-300 border-x border-slate-500 grow-0 overflow-hidden;
}

.panel-inner {
width: 100%;
height: 100%;
Expand All @@ -16,4 +16,4 @@
cursor: ns-resize;
@apply flex-col border-x-0 border-y;
}
}
}

0 comments on commit c0fbed1

Please sign in to comment.