fix(v2): adjust margin after content title (#4900)

This commit is contained in:
Alexey Pyltsyn 2021-06-03 20:46:55 +03:00 committed by GitHub
parent 0cfdda81be
commit f10304dd11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,10 @@
padding: 0 0.5rem;
}
.docItemContainer header + * {
margin-top: 0;
}
.docUpdateDetails,
.docPaginator {
margin-top: 3rem;