add top margin to author actions section (#2861)

This commit is contained in:
June
2024-10-27 18:27:06 +00:00
committed by GitHub
parent 72dab12033
commit f5a201dd94

View File

@@ -384,6 +384,8 @@ const submitForReview = async () => {
}
.author-actions {
margin-top: var(--spacing-card-md);
&:empty {
display: none;
}