fix styling of diffs in conversation (#1998)
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
/* Hide line numbers for replace (old/new) diffs rendered via DiffView */
|
/* Hide line numbers for replace (old/new) diffs rendered via DiffView */
|
||||||
.edit-diff-hide-nums .diff-line-old-num,
|
.edit-diff-hide-nums .diff-line-old-num,
|
||||||
.edit-diff-hide-nums .diff-line-new-num,
|
.edit-diff-hide-nums .diff-line-new-num,
|
||||||
.edit-diff-hide-nums .diff-line-num {
|
.edit-diff-hide-nums .diff-line-num,
|
||||||
|
.edit-diff-hide-nums .diff-line-hunk-action {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user