Commit b78c38e9 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix comment text overflow and wrong margin

parent 390e3802
......@@ -61,8 +61,12 @@ ul.notes {
font-size: 14px;
}
.note-body {
@include md-typography;
overflow: auto;
.note-text {
overflow: auto;
word-wrap: break-word;
@include md-typography;
}
}
.note-header {
padding-bottom: 3px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment