editor.css in Gutenberg 23.2.0, at build/styles/block-library/columns/editor.css
| 1 |
.wp-block-columns :where(.wp-block) { |
| 2 |
max-width: none; |
| 3 |
margin-left: 0; |
| 4 |
margin-right: 0; |
| 5 |
} |
| 6 |
|
| 7 |
html :where(.wp-block-column) { |
| 8 |
margin-top: 0; |
| 9 |
margin-bottom: 0; |
| 10 |
} |