get-notion-contents
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -106,3 +106,5 @@ "use strict"; | ||
item.previousElementSibling.style.paddingLeft = '0'; | ||
item.style.overflowX = 'scroll'; | ||
item.style.overflow = 'visible'; | ||
item.parentElement.style.maxWidth = '100%'; | ||
item.parentElement.style.overflow = 'auto hidden'; | ||
}); | ||
@@ -109,0 +111,0 @@ } |
{ | ||
"name": "get-notion-contents", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "Get contents from notion", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21040
403