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 (#8665)
  • Loading branch information
iamtakashi authored Jan 31, 2025
1 parent 69c0293 commit 8cf521b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions strand/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -691,10 +691,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 @@ -715,4 +715,4 @@
],
"version": 2,
"$schema": "https://schemas.wp.org/trunk/theme.json"
}
}

0 comments on commit 8cf521b

Please sign in to comment.