Merge pull request #401 from rtfpessoa/fix-sbs-file-toggle

fix: Remove display block to allow hidding file contents
This commit is contained in:
Rodrigo Fernandes 2021-09-01 16:44:42 +01:00 committed by GitHub
commit cfe56add8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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