FEATURE Handling content-box innerblocks max width
This commit is contained in:
parent
5a6e49b2b2
commit
12e787c63e
|
|
@ -59,4 +59,13 @@ article > *:not(.entry-content),
|
||||||
@apply font-bold;
|
@apply font-bold;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.content-box{
|
||||||
|
&__innerblocks{
|
||||||
|
.block-editor-inner-blocks{
|
||||||
|
max-width: 960px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user