File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 58
58
margin-left : auto ;
59
59
}
60
60
61
- @include editor-only {
62
- > .wp-block [class *= " wp-block-beapi-manual-block" ],
63
- > .wp-block [class *= " wp-block-beapi-dynamic-block" ] {
64
- width : 100% ;
65
- max-width : none ;
66
- }
67
-
68
- // The template block must have a ".block" class. Example : <div class="block block--my-custom-block">
69
- > :where (.wp-block[class*= " wp-block-beapi-manual-block" ] ) :where (.block ),
70
- > :where (.wp-block[class*= " wp-block-beapi-dynamic-block" ] ) :where (.block ) {
71
- width : $container-default ;
72
- max-width : var (--responsive--aligndefault-width );
73
- margin-right : auto ;
74
- margin-left : auto ;
75
- }
76
- }
77
-
78
61
#{context-selector (" .alignwide" , " [data-align='wide']" )} {
79
62
width : #{$container-wide } ;
80
63
max-width : var (--responsive--alignwide-width );
You can’t perform that action at this time.
0 commit comments