Fix details block bottom margin (#27726)

This commit is contained in:
Artem Draft 2023-06-09 17:57:45 +03:00 committed by GitHub
parent 3a56db48cb
commit 8c3c8d2090
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
div.details-block { div.details-block {
width: 100%; width: 100%;
display: block; display: block;
margin: 0 0 1.5em 0;
.details-block-item { .details-block-item {
background-color: white; background-color: white;