gatsby-source-notion-database
Advanced tools
Comparing version 0.6.8 to 0.6.9
{ | ||
"name": "gatsby-source-notion-database", | ||
"version": "0.6.8", | ||
"version": "0.6.9", | ||
"description": "Load data from Notion's database", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -68,2 +68,4 @@ const puppeteer = require('puppeteer'); | ||
item.previousElementSibling.style.paddingLeft = 0 | ||
// 表格在 safari & edge 中显示有问题。 | ||
item.style.overflowX = "scroll" | ||
}) | ||
@@ -70,0 +72,0 @@ // 文章内容 |
12933
235