style: add left padding to editor component and remove unused CSS (#18247)

This commit is contained in:
GuanMu 2025-04-17 11:47:59 +08:00 committed by GitHub
parent 9d139fa306
commit 77fde04ef7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 8 deletions

View File

@ -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>

View File

@ -1,10 +1,3 @@
.margin-view-overlays {
padding-left: 10px;
}
.no-wrapper .margin-view-overlays {
padding-left: 0;
}
.monaco-editor {
background-color: transparent !important;