Commit 33d134f0 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix diff header for discussion

parent 366ce781
......@@ -182,6 +182,7 @@
.panel-heading {
padding: 6px 15px;
font-size: 13px;
font-weight: normal;
a {
color: #777;
}
......
......@@ -90,8 +90,13 @@ ul.notes {
}
// Diff code in discussion view
.discussion-body .diff-file .line_content {
white-space: pre-wrap;
.discussion-body .diff-file {
.diff-header > span {
margin-right: 10px;
}
.line_content {
white-space: pre-wrap;
}
}
.diff-file .notes_holder {
......
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