升级react-notion-x,修复部分样式问题

This commit is contained in:
tangly
2022-11-13 14:38:38 +08:00
parent ba89db904b
commit f1e336f868
4 changed files with 51 additions and 16 deletions

View File

@@ -1902,3 +1902,11 @@ pre[class*='language-'] {
.notion-table-cell-multi_select {
padding: 7px 8px 0;
}
.notion-simple-table {
width: 100% !important;
}
.notion-simple-table td {
white-space: nowrap;
}