Skip to content

Commit df005c3

Browse files
committed
fix #462: Info lines shrunk in right panel of side-by-side diff
1 parent 7cd6bb9 commit df005c3

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)