Merge pull request #463 from FurcyPin/fpin/462

fix #462: Info lines shrunk in right panel of side-by-side diff
This commit is contained in:
Rodrigo Fernandes 2023-01-06 23:29:07 +00:00 committed by GitHub
commit 9247496115
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,7 +100,7 @@
} }
.d2h-files-diff { .d2h-files-diff {
display: flex; display: table;
width: 100%; width: 100%;
} }