Skip to content

Commit

Permalink
🐛 fix #485
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Jun 13, 2020
1 parent 8a766b2 commit 3b17581
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@

### v3.3.0 / 2020-06-xx

* [485](/~https://github.com/Vanessa219/vditor/issues/485) IR 模式下,<details>的编辑问题 `修复缺陷`
* [484](/~https://github.com/Vanessa219/vditor/issues/484) 添加 TED 视频支持 `改进功能`
* [480](/~https://github.com/Vanessa219/vditor/issues/480) Mindmap 和 Echarts 内容为空时会报错 `修复缺陷`

Expand Down
8 changes: 4 additions & 4 deletions src/assets/scss/_ir.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
position: relative;
width: 100%;

&__block[data-type="html-block"] pre {
margin: 1em 0 !important;
}

&__node {
&[data-type="code-block"]:before,
&[data-type="code-block"]:after,
Expand All @@ -27,6 +23,10 @@
color: $blurColor;
}

&[data-type="html-block"] {
margin-bottom: 1em;
}

.vditor-ir__marker {
width: 0;
overflow: hidden;
Expand Down

0 comments on commit 3b17581

Please sign in to comment.