Fix last row line number overflow issue in diff2html block (#3199)
Fix #3198 Current:  After fix: 
This commit is contained in:
parent
72eb0a345d
commit
f1406c47f7
@ -644,6 +644,12 @@ footer.sticky-bottom {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// diff2html - Fix for diff2html line number overflow
|
||||||
|
|
||||||
|
.d2h-diff-table {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
// Distill
|
// Distill
|
||||||
|
|
||||||
.distill {
|
.distill {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user