mirror of https://github.com/fantasticit/think.git
tiptap: fix node width
This commit is contained in:
parent
2095cafec2
commit
c65a519945
|
@ -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,
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
}
|
||||
|
||||
.node-attachment,
|
||||
.node-banner,
|
||||
.node-countdown,
|
||||
.node-iframe,
|
||||
.node-katex,
|
||||
|
|
Loading…
Reference in New Issue