Add css container to the all components page
This commit is contained in:
parent
55055c1ef4
commit
8f662ebd0e
@ -31,7 +31,7 @@ export default new (class AllComponentsPage extends Page {
|
|||||||
return html(
|
return html(
|
||||||
ctx,
|
ctx,
|
||||||
"AllComponents",
|
"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)}
|
{render(registry, documentContainerFromParsed(document), jdd_context)}
|
||||||
</div>,
|
</div>,
|
||||||
{},
|
{},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user