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 59
59
}
60
60
61
61
@include editor-only {
62
- > .wp-block [class *= " wp-block-acf" ],
63
62
> .wp-block [class *= " wp-block-beapi-manual-block" ],
64
63
> .wp-block [class *= " wp-block-beapi-dynamic-block" ] {
65
64
width : 100% ;
66
65
max-width : none ;
67
66
}
68
67
69
- > .wp-block [class *= " wp-block-acf" ].is-selected {
70
- width : #{$container-wide } ;
71
- max-width : var (--responsive--alignwide-width );
72
- }
73
-
74
68
// 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 ),
76
69
> :where (.wp-block[class*= " wp-block-beapi-manual-block" ] ) :where (.block ),
77
70
> :where (.wp-block[class*= " wp-block-beapi-dynamic-block" ] ) :where (.block ) {
78
71
width : $container-default ;
You can’t perform that action at this time.
0 commit comments