Fix css rule for codeblock margin (#209788)

Fix #203057
This commit is contained in:
Rob Lourens 2024-04-08 00:43:36 -03:00 committed by GitHub
parent bb7bd51f30
commit 8af2f4e3bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,7 +40,7 @@
display: initial !important;
}
.interactive-result-code-block {
.interactive-item-container .value .rendered-markdown [data-code] {
margin: 16px 0;
}