Skip to content

Commit

Permalink
Don't let TemplateEditors get too tall
Browse files Browse the repository at this point in the history
  • Loading branch information
underbluewaters committed Jan 3, 2024
1 parent 0a156d6 commit 9d294c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/admin/data/InteractivitySettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ function TemplateEditor(props: {
return (
<div className="mt-1">
<CodeMirror.Controlled
className="border my-2 w-96"
className="border my-2 w-96 max-h-160 overflow-y-auto"
value={props.templateValue || ""}
options={{
mode: { name: "handlebars", base: "text/html" },
Expand Down

0 comments on commit 9d294c7

Please sign in to comment.