fix: Remove display block to allow hidding file contents

This commit is contained in:
Rodrigo Fernandes 2021-09-01 15:39:34 +00:00 committed by GitHub
parent 5f4b45c4b9
commit 7253dbb900

View file

@ -99,7 +99,6 @@
} }
.d2h-files-diff { .d2h-files-diff {
display: block;
width: 100%; width: 100%;
} }