Merge pull request #441 from m-masaki72/feature/set-parent-class-to-flex

Set display:flex to align inline-block elements
This commit is contained in:
Rodrigo Fernandes 2022-07-24 18:34:43 +01:00 committed by GitHub
commit b164b511d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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