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 c54932f77a
commit 2be6f476a2

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;
}