Skip to content

Commit

Permalink
Zero out margin on Term Description block.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgardner committed Jun 1, 2023
1 parent 1d4ef12 commit 48a6c0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,9 @@
"top": "0px !important"
}
}
},
"core/term-description": {
"css": "& p {margin: 0;}"
}
},
"color": {
Expand Down

0 comments on commit 48a6c0d

Please sign in to comment.