mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 03:45:55 +08:00
style: add left padding to editor component and remove unused CSS (#18247)
This commit is contained in:
parent
9d139fa306
commit
77fde04ef7
@ -109,7 +109,7 @@ const Base: FC<Props> = ({
|
|||||||
onHeightChange={setEditorContentHeight}
|
onHeightChange={setEditorContentHeight}
|
||||||
hideResize={isExpand}
|
hideResize={isExpand}
|
||||||
>
|
>
|
||||||
<div className='h-full pb-2'>
|
<div className='h-full pb-2 pl-2'>
|
||||||
{children}
|
{children}
|
||||||
</div>
|
</div>
|
||||||
</PromptEditorHeightResizeWrap>
|
</PromptEditorHeightResizeWrap>
|
||||||
|
@ -1,10 +1,3 @@
|
|||||||
.margin-view-overlays {
|
|
||||||
padding-left: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.no-wrapper .margin-view-overlays {
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.monaco-editor {
|
.monaco-editor {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user