summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/group/style.css
blob: 30d868c28471830e09ad1420eef1dca35d6b6a05 (plain)
1
2
3
4
5
6
7
.wp-block-group{
  box-sizing:border-box;
}

:where(.wp-block-group.wp-block-group-is-layout-constrained){
  position:relative;
}