refactor: export components (#5773)

This commit is contained in:
Aaryan Khandelwal 2024-10-08 18:41:08 +05:30 committed by GitHub
parent 50ae32f3e1
commit 5afc576dec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 31 additions and 17 deletions

View file

@ -252,7 +252,6 @@ const EDITOR_PDF_CODE_STYLES: Styles = {
fontSize: convertRemToPixel(0.7),
},
// inline code block
// TODO: update width
"[data-node-type='inline-code-block']": {
margin: 0,
paddingVertical: convertRemToPixel(0.25 / 4 + 0.25 / 8),