We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b7bb6 commit c3e335dCopy full SHA for c3e335d
1 file changed
src/scss/06-blocks/_gutenberg.scss
@@ -59,20 +59,13 @@
59
}
60
61
@include editor-only {
62
- > .wp-block[class*="wp-block-acf"],
63
> .wp-block[class*="wp-block-beapi-manual-block"],
64
> .wp-block[class*="wp-block-beapi-dynamic-block"] {
65
width: 100%;
66
max-width: none;
67
68
69
- > .wp-block[class*="wp-block-acf"].is-selected {
70
- width: #{$container-wide};
71
- max-width: var(--responsive--alignwide-width);
72
- }
73
-
74
// 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
> :where(.wp-block[class*="wp-block-beapi-manual-block"]) :where(.block),
77
> :where(.wp-block[class*="wp-block-beapi-dynamic-block"]) :where(.block) {
78
width: $container-default;
0 commit comments