fix: Fix for code block formatting on the post preview and published post view

This commit is contained in:
lunyachek
2023-02-21 17:43:03 +02:00
parent 8d35a729d2
commit d9e60ddd92

View File

@@ -254,3 +254,12 @@ header {
align-self: center;
}
}
.post-preview,
.discussion-comments {
blockquote {
border-left: 2px solid #ccc;
margin-left: 1.5rem;
padding-left: 1rem;
}
}