FEATURE Handling content-box innerblocks max width

This commit is contained in:
Antoine M 2026-01-27 14:01:17 +01:00
parent 5a6e49b2b2
commit 12e787c63e

View File

@ -59,4 +59,13 @@ article > *:not(.entry-content),
@apply font-bold;
}
}
}
.content-box{
&__innerblocks{
.block-editor-inner-blocks{
max-width: 960px !important;
}
}
}