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 (#8652)
  • Loading branch information
iamtakashi authored Jan 31, 2025
1 parent 2c6682b commit dbeea91
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions fewer/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -587,10 +587,10 @@
"spacing": {
"blockGap": "1.5rem",
"padding": {
"bottom": "0",
"left": "0",
"right": "0",
"top": "0"
"bottom": "0px",
"left": "0px",
"right": "0px",
"top": "0px"
}
},
"typography": {
Expand All @@ -613,4 +613,4 @@
],
"version": 2,
"$schema": "https://schemas.wp.org/trunk/theme.json"
}
}

0 comments on commit dbeea91

Please sign in to comment.