fix #462: Info lines shrunk in right panel of side-by-side diff

This commit is contained in:
fpin 2023-01-02 16:17:16 +01:00
parent 7cd6bb9aff
commit df005c3f06

View file

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