Etemplate - Show context in diff popup

This commit is contained in:
nathangray 2019-03-20 14:16:57 -06:00
parent d139da793d
commit 0f0ef66bf1

View File

@ -575,13 +575,16 @@ div.et2_diff {
.d2h-file-header,
.d2h-file-info,
.d2h-info,
.et2_diff .d2h-cntx
.et2_diff:not(.ui-dialog-content) .d2h-cntx
{
display: none;
}
.d2h-file-diff {
white-space:normal;
}
.et2_diff .d2h-file-wrapper {
margin: 0px;
}
.et2_diff .d2h-file-diff {
overflow-x: hidden;
}