tiptap: fix node width

This commit is contained in:
fantasticit 2022-04-27 14:35:28 +08:00
parent 2095cafec2
commit c65a519945
2 changed files with 9 additions and 2 deletions

View File

@ -37,7 +37,15 @@
}
.node-attachment,
.node-banner,
.node-countdown,
.node-iframe,
.node-codeBlock,
.node-documentChildren,
.node-documentReference {
width: 100%;
}
.node-attachment,
.node-countdown,
.node-iframe,
.node-katex,

View File

@ -22,7 +22,6 @@
}
.node-attachment,
.node-banner,
.node-countdown,
.node-iframe,
.node-katex,