diff --git a/lib/components/RunFrameForCli/RunFrameForCli.tsx b/lib/components/RunFrameForCli/RunFrameForCli.tsx index d9f4b70..30d0dd8 100644 --- a/lib/components/RunFrameForCli/RunFrameForCli.tsx +++ b/lib/components/RunFrameForCli/RunFrameForCli.tsx @@ -3,13 +3,15 @@ import { SaveToSnippetsButton } from "./SaveToSnippetsButton" export const RunFrameForCli = (props: { debug?: boolean }) => { return ( - - - - } - /> +
+ + +
+ } + /> + ) }