| @@ -109,7 +109,7 @@ const Base: FC<Props> = ({ | |||
| onHeightChange={setEditorContentHeight} | |||
| hideResize={isExpand} | |||
| > | |||
| <div className='h-full pb-2'> | |||
| <div className='h-full pb-2 pl-2'> | |||
| {children} | |||
| </div> | |||
| </PromptEditorHeightResizeWrap> | |||
| @@ -1,10 +1,3 @@ | |||
| .margin-view-overlays { | |||
| padding-left: 10px; | |||
| } | |||
| .no-wrapper .margin-view-overlays { | |||
| padding-left: 0; | |||
| } | |||
| .monaco-editor { | |||
| background-color: transparent !important; | |||