浏览代码

fix: word break in en and other languages (#385)

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

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

@@ -54,7 +54,7 @@
font-weight: 400;
line-height: 1.5;
word-wrap: break-word;
word-break: break-all;
word-break: break-word;
user-select: text;
}

@@ -1042,4 +1042,4 @@

.markdown-body ::-webkit-calendar-picker-indicator {
filter: invert(50%);
}
}

正在加载...
取消
保存