@internetarchive/cdxsummary
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -311,2 +311,8 @@ export class CDXSummary extends HTMLElement { | ||
} | ||
#container > *:first-child { | ||
margin-top: 0; | ||
} | ||
#container > *:last-child, .samples ul { | ||
margin-bottom: 0; | ||
} | ||
pre, code { | ||
@@ -313,0 +319,0 @@ font-family: var(--cdxsummary-mono-font-family, monospace); |
{ | ||
"name": "@internetarchive/cdxsummary", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "A Web Component to render CDX Summary JSON files", | ||
@@ -5,0 +5,0 @@ "main": "cdxsummary.js", |
Sorry, the diff of this file is not supported yet
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
79312
1732