blockquote margin fix

This commit is contained in:
feruz 2020-01-22 06:26:57 +02:00
parent 8aa3e74107
commit 2a3228403b
2 changed files with 2 additions and 0 deletions

View File

@ -279,6 +279,7 @@ const CommentBody = ({
border-left-width: 5;
border-left-style: solid;
border-color: ${EStyleSheet.value('$darkIconColor')};
margin-left: 5;
padding-left: 5;
}
code {

View File

@ -263,6 +263,7 @@ const PostBody = ({
border-left-width: 5;
border-left-style: solid;
border-color: ${EStyleSheet.value('$darkIconColor')};
margin-left: 5;
padding-left: 5;
}
code {