Skip to content

Commit 6ca2bed

Browse files
committed
style: Set blockquote margin-right to 0 in Markdown component (#8482)
1 parent c76eee3 commit 6ca2bed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

resources/scss/src/component/Markdown.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
border-left : 4px solid var(--sem-color-surface-primary-background);
2323
font-style : italic;
2424
margin-left : 0;
25+
margin-right : 0;
2526
padding : 5px 5px 5px 15px;
2627
}
2728

0 commit comments

Comments
 (0)