fix: Fix for code block formatting on the post preview and published post view (#450)

This commit is contained in:
Stanislav
2023-03-14 09:18:33 +02:00
committed by GitHub
parent 45dea79a87
commit b21048e4e6

View File

@@ -485,3 +485,12 @@ header {
margin-bottom: -44px;
z-index: 1;
}
.post-preview,
.discussion-comments {
blockquote {
border-left: 2px solid #ccc;
margin-left: 1.5rem;
padding-left: 1rem;
}
}