feat(code/run-javascript): run async code and introduce monaco editor
This commit is contained in:
9
packages/web/src/components/CodeEditor/style.js
Normal file
9
packages/web/src/components/CodeEditor/style.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import { styled } from '@mui/material/styles';
|
||||
|
||||
export const InputLabelWrapper = styled('div')`
|
||||
position: absolute;
|
||||
top: ${({ theme }) => theme.spacing(1.75)};
|
||||
inset: 0;
|
||||
left: -6px;
|
||||
top: 16px;
|
||||
`;
|
Reference in New Issue
Block a user