Skip to content

Commit 9247496

Browse files
authored
Merge pull request #463 from FurcyPin/fpin/462
fix #462: Info lines shrunk in right panel of side-by-side diff
2 parents 432901d + df005c3 commit 9247496

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ui/css/diff2html.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
}
101101

102102
.d2h-files-diff {
103-
display: flex;
103+
display: table;
104104
width: 100%;
105105
}
106106

0 commit comments

Comments
 (0)