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
  • Loading branch information
iamtakashi committed Jan 30, 2025
1 parent 140b7ec commit 18b050e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions optimismo/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -1006,10 +1006,10 @@
"spacing": {
"blockGap": "var(--wp--preset--spacing--50)",
"padding": {
"bottom": "0",
"bottom": "0px",
"left": "var(--wp--preset--spacing--50)",
"right": "var(--wp--preset--spacing--50)",
"top": "0"
"top": "0px"
}
},
"typography": {
Expand Down

0 comments on commit 18b050e

Please sign in to comment.