File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 5959 }
6060
6161 @include editor-only {
62- > .wp-block [class *= " wp-block-acf" ],
6362 > .wp-block [class *= " wp-block-beapi-manual-block" ],
6463 > .wp-block [class *= " wp-block-beapi-dynamic-block" ] {
6564 width : 100% ;
6665 max-width : none ;
6766 }
6867
69- > .wp-block [class *= " wp-block-acf" ].is-selected {
70- width : #{$container-wide } ;
71- max-width : var (--responsive--alignwide-width );
72- }
73-
7468 // The template block must have a ".block" class. Example : <div class="block block--my-custom-block">
75- > :where (.wp-block[class*= " wp-block-acf" ] ) :where (.block ),
7669 > :where (.wp-block[class*= " wp-block-beapi-manual-block" ] ) :where (.block ),
7770 > :where (.wp-block[class*= " wp-block-beapi-dynamic-block" ] ) :where (.block ) {
7871 width : $container-default ;
You can’t perform that action at this time.
0 commit comments