summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/columns/editor-rtl.css
blob: 567ad482ac32f9fa3f03c5a505cc7d67ec839b13 (plain)
1
2
3
4
5
6
7
8
9
10
.wp-block-columns :where(.wp-block){
  margin-left:0;
  margin-right:0;
  max-width:none;
}

html :where(.wp-block-column){
  margin-bottom:0;
  margin-top:0;
}