提交 b78c38e9 编写于 作者: D Dmitriy Zaporozhets

Fix comment text overflow and wrong margin

上级 390e3802
...@@ -61,8 +61,12 @@ ul.notes { ...@@ -61,8 +61,12 @@ ul.notes {
font-size: 14px; font-size: 14px;
} }
.note-body { .note-body {
@include md-typography;
overflow: auto; overflow: auto;
.note-text {
overflow: auto;
word-wrap: break-word;
@include md-typography;
}
} }
.note-header { .note-header {
padding-bottom: 3px; padding-bottom: 3px;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册