Add css container to the all components page

This commit is contained in:
Kuba Orlik 2024-05-16 15:34:18 +02:00
parent 55055c1ef4
commit 8f662ebd0e

View File

@ -31,7 +31,7 @@ export default new (class AllComponentsPage extends Page {
return html(
ctx,
"AllComponents",
<div style="max-width: 1024px; margin: 0 auto">
<div style="max-width: 1024px; margin: 0 auto; container-type: inline-size;">
{render(registry, documentContainerFromParsed(document), jdd_context)}
</div>,
{},