浏览代码

fix: markdown code always show scrollbar (#237)

tags/0.3.1
Joel 2 年前
父节点
当前提交
7660539689
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      web/app/styles/markdown.scss

+ 1
- 1
web/app/styles/markdown.scss 查看文件

@@ -779,7 +779,7 @@
max-width: 100%;
padding: 0;
margin: 0;
overflow-x: scroll;
overflow-x: auto;
line-height: inherit;
word-wrap: normal;
background-color: transparent;

正在加载...
取消
保存