diff --git a/website/client/src/assets/scss/markdown.scss b/website/client/src/assets/scss/markdown.scss index 9e4c2a8926..249423875b 100644 --- a/website/client/src/assets/scss/markdown.scss +++ b/website/client/src/assets/scss/markdown.scss @@ -41,4 +41,9 @@ img { max-width: 100%; } + + blockquote { + padding: 0 16px; + border-left: 4px solid #e1e0e3; + } } diff --git a/website/client/src/components/chat/chatCard.vue b/website/client/src/components/chat/chatCard.vue index 473c5180ce..9c97856245 100644 --- a/website/client/src/components/chat/chatCard.vue +++ b/website/client/src/components/chat/chatCard.vue @@ -33,7 +33,7 @@