We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3d546f + a41d0d4 commit 41166b8Copy full SHA for 41166b8
1 file changed
src/scss/06-blocks/_gutenberg.scss
@@ -58,23 +58,6 @@
58
margin-left: auto;
59
}
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
#{context-selector(".alignwide", "[data-align='wide']")} {
79
width: #{$container-wide};
80
max-width: var(--responsive--alignwide-width);
0 commit comments