@pod-os/elements 0.30.2-rc.1b2b855.0 → 0.30.2-rc.86bb4f4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1463,7 +1463,7 @@ function sanitize(html) {
1463
1463
  };
1464
1464
  }
1465
1465
 
1466
- const posMarkdownDocumentCss = "article{line-height:1.5}";
1466
+ const posMarkdownDocumentCss = "article {\n line-height: 1.5;\n pos-image {\n --max-width: 100%;\n }\n}\n";
1467
1467
  const PosMarkdownDocumentStyle0 = posMarkdownDocumentCss;
1468
1468
 
1469
1469
  const articleCardCss = "article {\n padding: var(--size-2);\n display: flex;\n flex-direction: column;\n gap: var(--size-2);\n outline: var(--pos-border-solid);\n border-radius: var(--radius-sm);\n box-shadow: var(--shadow-md);\n background-color: var(--pos-card-background);\n\n header {\n display: flex;\n flex-direction: column;\n gap: var(--size-2);\n h1 {\n margin: 0;\n }\n }\n}\n";