提交 41467b74 编写于 作者: J Johannes Rieken

use padding-left of 20px for preview part, fixes #5883

上级 aaa65451
......@@ -74,6 +74,7 @@ export class HtmlPreviewPart extends BaseEditor {
public createEditor(parent: Builder): void {
this._container = document.createElement('div');
this._container.style.paddingLeft = '20px';
parent.getHTMLElement().appendChild(this._container);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册