Skip to content

Commit

Permalink
Add css unit to styles.spacing.padding value to regain default paddin…
Browse files Browse the repository at this point in the history
…gs on menu overlay (#8653)
  • Loading branch information
iamtakashi authored Jan 31, 2025
1 parent 214b080 commit 5a5a78a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jinjang/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -957,10 +957,10 @@
"spacing": {
"blockGap": "var(--wp--preset--spacing--50)",
"padding": {
"bottom": "0",
"bottom": "0px",
"left": "var(--wp--preset--spacing--70)",
"right": "var(--wp--preset--spacing--70)",
"top": "0"
"top": "0px"
}
},
"typography": {
Expand Down

0 comments on commit 5a5a78a

Please sign in to comment.