Skip to content
Snippets Groups Projects
Commit 33d134f0 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix diff header for discussion

parent 366ce781
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -182,6 +182,7 @@
.panel-heading {
padding: 6px 15px;
font-size: 13px;
font-weight: normal;
a {
color: #777;
}
Loading
Loading
Loading
Loading
@@ -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 {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment