file-side-diff should have width 100%

This commit is contained in:
Lordfirespeed 2023-03-15 04:47:08 +00:00
parent cbd62fe6fb
commit a79e640cb2
No known key found for this signature in database
GPG key ID: 9C01965EC9DE6690

View file

@ -137,6 +137,10 @@
overflow-y: hidden;
}
.d2h-file-side-diff {
width: 100%;
}
.d2h-code-line,
.d2h-code-side-line {
user-select: none;