summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/term-description/style.css
blob: f7c75cb5cf99c0d7e130f7e9286cabec47f18388 (plain)
1
2
3
4
5
6
7
8
9
:where(.wp-block-term-description){
  margin-bottom:var(--wp--style--block-gap);
  margin-top:var(--wp--style--block-gap);
}

.wp-block-term-description p{
  margin-bottom:0;
  margin-top:0;
}