Etemplate - fix diff widget line numbers not scrolling properly in Firefox

This commit is contained in:
nathangray 2019-08-13 10:16:19 -06:00
parent a594f9ccee
commit 458d35afe1

View File

@ -616,6 +616,9 @@ div.et2_diff {
.et2_diff .d2h-file-diff {
overflow-x: hidden;
}
.et2_diff .d2h-code-wrapper {
position: relative;
}
.ui-widget-content .d2h-code-line-ctn {
white-space:normal;
}