mirror of https://github.com/fantasticit/think.git
fix: fix table margin/padding
This commit is contained in:
parent
a67e2d7837
commit
223a9aa239
|
@ -1,4 +1,9 @@
|
|||
.ProseMirror {
|
||||
.tableWrapper {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
overflow: hidden;
|
||||
|
|
Loading…
Reference in New Issue