diff --git a/src/global.less b/src/global.less index d5e4a13..cd33d00 100644 --- a/src/global.less +++ b/src/global.less @@ -636,4 +636,12 @@ body { margin-right: 0; } } -} \ No newline at end of file +} + + +.edui-editor { + width: 800px!important; + .edui-editor-iframeholder { + width: 100%!important; + } +}