fix: Quotes with headings on markdown not rendering properly (#205227)

This commit is contained in:
its-meny 2024-06-25 00:32:45 +03:00 committed by GitHub
parent aef28862c4
commit 36dc1957f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -205,7 +205,7 @@ table > tbody > tr + tr > td {
blockquote {
margin: 0;
padding: 2px 16px 0 10px;
padding: 0px 16px 0 10px;
border-left-width: 5px;
border-left-style: solid;
border-radius: 2px;